propel-om
[ class tree: propel-om ] [ index: propel-om ] [ all elements ]

Element index for package propel-om

[ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ _ ]

_

__construct
in file PreOrderNodeIterator.php, method PreOrderNodeIterator::__construct()
__construct
in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::__construct()
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

c

$curNode
in file NestedSetRecursiveIterator.php, variable NestedSetRecursiveIterator::$curNode
current
in file PreOrderNodeIterator.php, method PreOrderNodeIterator::current()
current
in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::current()
top

d

delete
in file Persistent.php, method Persistent::delete()
    Deletes the object.
delete
in file NodeObject.php, method NodeObject::delete()
    Delete node and descendants
top

e

equals
in file BaseObject.php, method BaseObject::equals()
    Compares this with another
instance. If
  1. obj
is an instance of
, delegates to
  1. equals(BaseObject)
. Otherwise, returns
  1. 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

h

hasChildren
in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::hasChildren()
hasChildren
in file NodeObject.php, method NodeObject::hasChildren()
    Determines if the node has children / descendants
hashCode
in file BaseObject.php, method BaseObject::hashCode()
    If the primary key is not
  1. null
, return the hashcode of the primary key. Otherwise calls
  1. Object.hashCode()
.
hasNextSibling
in file NodeObject.php, method NodeObject::hasNextSibling()
    Determines if the node has next sibling
hasParent
in file NodeObject.php, method NodeObject::hasParent()
    Tests if object has an ancestor
hasPrevSibling
in file NodeObject.php, method NodeObject::hasPrevSibling()
    Determines if the node has previous sibling
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

k

key
in file PreOrderNodeIterator.php, method PreOrderNodeIterator::key()
key
in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::key()
top

l

log
in file BaseObject.php, method BaseObject::log()
    Logs a message using Propel::log().
top

m

$modifiedColumns
in file BaseObject.php, variable BaseObject::$modifiedColumns
    The columns that have been modified in current object.
makeRoot
in file NodeObject.php, method NodeObject::makeRoot()
    Sets node properties to make it a root node.
moveToFirstChildOf
in file NodeObject.php, method NodeObject::moveToFirstChildOf()
    Moves node to be first child of $parent
moveToLastChildOf
in file NodeObject.php, method NodeObject::moveToLastChildOf()
    Moves node to be last child of $parent
moveToNextSiblingOf
in file NodeObject.php, method NodeObject::moveToNextSiblingOf()
    Moves node to be next sibling to $dest
moveToPrevSiblingOf
in file NodeObject.php, method NodeObject::moveToPrevSiblingOf()
    Moves node to be prev sibling to $dest
top

n

NestedSetRecursiveIterator
in file NestedSetRecursiveIterator.php, class NestedSetRecursiveIterator
    Pre-order node iterator for Node objects.
next
in file PreOrderNodeIterator.php, method PreOrderNodeIterator::next()
next
in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::next()
NodeObject
in file NodeObject.php, class NodeObject
    This interface defines methods that must be implemented by all business objects within the system to handle Node object.
NestedSetRecursiveIterator.php
procedural page NestedSetRecursiveIterator.php
NodeObject.php
procedural page NodeObject.php
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

r

resetModified
in file BaseObject.php, method BaseObject::resetModified()
    Sets the modified state for the object to be false.
resetModified
in file Persistent.php, method Persistent::resetModified()
    Resets (to false) the "modified" state for this object.
retrieveFirstChild
in file NodeObject.php, method NodeObject::retrieveFirstChild()
    Gets first child if it exists
retrieveLastChild
in file NodeObject.php, method NodeObject::retrieveLastChild()
    Gets last child if it exists
retrieveNextSibling
in file NodeObject.php, method NodeObject::retrieveNextSibling()
    Gets next sibling for the given node if it exists
retrieveParent
in file NodeObject.php, method NodeObject::retrieveParent()
    Gets ancestor for the given node if it exists
retrievePrevSibling
in file NodeObject.php, method NodeObject::retrievePrevSibling()
    Gets prev sibling for the given node if it exists
rewind
in file PreOrderNodeIterator.php, method PreOrderNodeIterator::rewind()
rewind
in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::rewind()
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

t

$topNode
in file NestedSetRecursiveIterator.php, variable NestedSetRecursiveIterator::$topNode
top

v

valid
in file PreOrderNodeIterator.php, method PreOrderNodeIterator::valid()
valid
in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::valid()
top

Documentation generated on Thu, 22 Nov 2007 03:33:18 +0000 by phpDocumentor 1.4.0