Element index for package propel-om
[ b ]
[ c ]
[ d ]
[ e ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
top
b
- BaseObject
- in file BaseObject.php, class BaseObject
This class contains attributes and methods that are used by all business objects within the system.
- BaseObject.php
- procedural page BaseObject.php
top
top
top
e
- equals
- in file BaseObject.php, method BaseObject::equals()
Compares this with another
instance. If obj
is an instance of
, delegates to
. Otherwise, returns false
.
top
g
- getChildren
- in file NodeObject.php, method NodeObject::getChildren()
Gets the children for the node
- getChildren
- in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::getChildren()
- getDescendants
- in file NodeObject.php, method NodeObject::getDescendants()
Gets the descendants for the node
- getLevel
- in file NodeObject.php, method NodeObject::getLevel()
Gets the level if set, otherwise calculates this and returns it
- getModifiedColumns
- in file BaseObject.php, method BaseObject::getModifiedColumns()
Get the columns that have been modified in this object.
- getNumberOfChildren
- in file NodeObject.php, method NodeObject::getNumberOfChildren()
Gets the number of children for the node (direct descendants)
- getNumberOfDescendants
- in file NodeObject.php, method NodeObject::getNumberOfDescendants()
Gets the total number of desceandants for the node
- getPath
- in file NodeObject.php, method NodeObject::getPath()
Get the path to the node in the tree
- getPrimaryKey
- in file Persistent.php, method Persistent::getPrimaryKey()
getter for the object primaryKey.
- getScopeIdValue
- in file NodeObject.php, method NodeObject::getScopeIdValue()
Wraps the getter for the scope value
top
top
i
- insertAsFirstChildOf
- in file NodeObject.php, method NodeObject::insertAsFirstChildOf()
Inserts as first child of destination node $parent
- insertAsLastChildOf
- in file NodeObject.php, method NodeObject::insertAsLastChildOf()
Inserts as last child of destination node $parent
- insertAsNextSiblingOf
- in file NodeObject.php, method NodeObject::insertAsNextSiblingOf()
Inserts node as next sibling to destination node $dest
- insertAsParentOf
- in file NodeObject.php, method NodeObject::insertAsParentOf()
Inserts node as parent of given node.
- insertAsPrevSiblingOf
- in file NodeObject.php, method NodeObject::insertAsPrevSiblingOf()
Inserts node as previous sibling to destination node $dest
- isColumnModified
- in file Persistent.php, method Persistent::isColumnModified()
Has specified column been modified?
- isColumnModified
- in file BaseObject.php, method BaseObject::isColumnModified()
Has specified column been modified?
- isDeleted
- in file BaseObject.php, method BaseObject::isDeleted()
Whether this object has been deleted.
- isDeleted
- in file Persistent.php, method Persistent::isDeleted()
Whether this object has been deleted.
- isEqualTo
- in file NodeObject.php, method NodeObject::isEqualTo()
Tests if object is equal to $node
- isLeaf
- in file NodeObject.php, method NodeObject::isLeaf()
Determines if the node is a leaf node
- isModified
- in file Persistent.php, method Persistent::isModified()
Returns whether the object has been modified, since it was last retrieved from storage.
- isModified
- in file BaseObject.php, method BaseObject::isModified()
Returns whether the object has been modified.
- isNew
- in file Persistent.php, method Persistent::isNew()
Returns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.
- isNew
- in file BaseObject.php, method BaseObject::isNew()
Returns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.
- isRoot
- in file NodeObject.php, method NodeObject::isRoot()
Determines if the node is the root node
top
top
l
- log
- in file BaseObject.php, method BaseObject::log()
Logs a message using Propel::log().
top
top
top
p
- Persistent.php
- procedural page Persistent.php
- PreOrderNodeIterator.php
- procedural page PreOrderNodeIterator.php
- Persistent
- in file Persistent.php, class Persistent
This interface defines methods related to saving an object
- PreOrderNodeIterator
- in file PreOrderNodeIterator.php, class PreOrderNodeIterator
Pre-order node iterator for Node objects.
top
top
s
- save
- in file Persistent.php, method Persistent::save()
Saves the object.
- save
- in file NodeObject.php, method NodeObject::save()
If object is saved without left/right values, set them as undefined (0)
- setChildren
- in file NodeObject.php, method NodeObject::setChildren()
Sets the children array of the node in the tree
- setDeleted
- in file Persistent.php, method Persistent::setDeleted()
Specify whether this object has been deleted.
- setDeleted
- in file BaseObject.php, method BaseObject::setDeleted()
Specify whether this object has been deleted.
- setLevel
- in file NodeObject.php, method NodeObject::setLevel()
Sets the level of the node in the tree
- setNew
- in file BaseObject.php, method BaseObject::setNew()
Setter for the isNew attribute. This method will be called by Propel-generated children and Peers.
- setNew
- in file Persistent.php, method Persistent::setNew()
Setter for the isNew attribute. This method will be called by Propel-generated children and Peers.
- setNextSibling
- in file NodeObject.php, method NodeObject::setNextSibling()
Sets the next sibling of the node in the tree
- setParentNode
- in file NodeObject.php, method NodeObject::setParentNode()
Sets the parentNode of the node in the tree
- setPrevSibling
- in file NodeObject.php, method NodeObject::setPrevSibling()
Sets the previous sibling of the node in the tree
- setPrimaryKey
- in file Persistent.php, method Persistent::setPrimaryKey()
Sets the PrimaryKey for the object.
- setScopeIdValue
- in file NodeObject.php, method NodeObject::setScopeIdValue()
Set the value of scope column
top
top
top
|
|