Element index for package Composite

[ a ] [ b ] [ c ] [ g ] [ l ] [ r ] [ s ] [ t ] [ _ ]



'_'

$_attr
in file Tree.class.php, variable Gumbo_Tree::$_attr
$_comments
in file Tree.class.php, variable Gumbo_Tree::$_comments
$_count
in file Branch.class.php, variable Gumbo_Branch::$_count
$_list
in file Branch.class.php, variable Gumbo_Branch::$_list
$_name
in file Tree.class.php, variable Gumbo_Tree::$_name
$_value
in file Tree.class.php, variable Gumbo_Tree::$_value
__construct
in file Leaf.class.php, method Gumbo_Leaf::__construct()
    Constructor, Creates new Leaf
__construct
in file Branch.class.php, method Gumbo_Branch::__construct()
    Constructor
__get
in file Leaf.class.php, method Gumbo_Leaf::__get()
    Returns the value of the given element
__get
in file Composite.class.php, method Gumbo_Interface_Composite::__get()
    Returns the Value or a Composite referenced by the 'name'
__get
in file Branch.class.php, method Gumbo_Branch::__get()
    Returns the value of the given element
__isset
in file Branch.class.php, method Gumbo_Branch::__isset()
    Checks if the given key if referenced inside the list
__set
in file Branch.class.php, method Gumbo_Branch::__set()
    Sets the value of the given element (only with a string key)
__set
in file Composite.class.php, method Gumbo_Interface_Composite::__set()
    Sets a Value, or adds a new Composite to a Branch
__set
in file Leaf.class.php, method Gumbo_Leaf::__set()
    Sets the value (use any key string)
__unset
in file Branch.class.php, method Gumbo_Branch::__unset()
    Removes the Tree object references by the supplied key
top



'a'

add
in file Branch.class.php, method Gumbo_Branch::add()
    Add a Composite object to the Branch
add
in file Composite.class.php, method Gumbo_Interface_Composite::add()
    Adds a Composite object to the Composite (for Branch use only)
add
in file Leaf.class.php, method Gumbo_Leaf::add()
    Adds a Composite object to the Composite (for Branch use only) (method does nothing)
addAttribute
in file Tree.class.php, method Gumbo_Tree::addAttribute()
    Adds an attribute description to the Composite object
addAttribute
in file Composite.class.php, method Gumbo_Interface_Composite::addAttribute()
    Adds an attribute description to the Composite object
addComment
in file Tree.class.php, method Gumbo_Tree::addComment()
    Adds a comment to the Composite (A null comment will add a blank line)
addComment
in file Composite.class.php, method Gumbo_Interface_Composite::addComment()
    Adds a comment to the Composite (A null comment will add a blank line)
top



'b'

Branch.class.php
procedural page Branch.class.php
top



'c'

Composite.class.php
procedural page Composite.class.php
top



'g'

get
in file Leaf.class.php, method Gumbo_Leaf::get()
    Returns the corresponding Composite object or value (use 'name' for the Composite Name)
get
in file Composite.class.php, method Gumbo_Interface_Composite::get()
    Returns the corresponding Composite object or Value
get
in file Branch.class.php, method Gumbo_Branch::get()
    Returns the Composite object referenced by the supplied key
getAttribute
in file Tree.class.php, method Gumbo_Tree::getAttribute()
    Returns an attribute value
getAttribute
in file Composite.class.php, method Gumbo_Interface_Composite::getAttribute()
    Returns an attribute value
getAttributes
in file Composite.class.php, method Gumbo_Interface_Composite::getAttributes()
    Returns all attributes of the Composite
getAttributes
in file Tree.class.php, method Gumbo_Tree::getAttributes()
    Returns all attributes of the Composite
getComments
in file Tree.class.php, method Gumbo_Tree::getComments()
    Returns the comments
getComments
in file Composite.class.php, method Gumbo_Interface_Composite::getComments()
    Returns all comments
getCount
in file Branch.class.php, method Gumbo_Branch::getCount()
    Returns the number of numerical Composite references
getIterator
in file Branch.class.php, method Gumbo_Branch::getIterator()
    Returns an Iterator
getName
in file Tree.class.php, method Gumbo_Tree::getName()
    Returns the Name
getName
in file Composite.class.php, method Gumbo_Interface_Composite::getName()
    Returns the Name
getValue
in file Tree.class.php, method Gumbo_Tree::getValue()
    Returns the Value
getValue
in file Composite.class.php, method Gumbo_Interface_Composite::getValue()
    Returns the Value
Gumbo_Branch
in file Branch.class.php, class Gumbo_Branch
    Composite Pattern Branch Class
Gumbo_Interface_Composite
in file Composite.class.php, class Gumbo_Interface_Composite
    Composite Pattern Interface
Gumbo_Leaf
in file Leaf.class.php, class Gumbo_Leaf
    Composite Pattern Leaf Class
Gumbo_Tree
in file Tree.class.php, class Gumbo_Tree
    Abstract Tree Class for Composite Interface
top



'l'

Leaf.class.php
procedural page Leaf.class.php
top



'r'

remove
in file Branch.class.php, method Gumbo_Branch::remove()
    Removes a Tree object from the Branch based on the name value
remove
in file Composite.class.php, method Gumbo_Interface_Composite::remove()
    Removes a Composite object based on the Composite name (for Branch use only)
remove
in file Leaf.class.php, method Gumbo_Leaf::remove()
    Removes a Composite object based on the Composite name (for Branch use only) (method does nothing)
removeAttribute
in file Tree.class.php, method Gumbo_Tree::removeAttribute()
    Removes an attribute
removeAttribute
in file Composite.class.php, method Gumbo_Interface_Composite::removeAttribute()
    Removes an attribute
resetComments
in file Tree.class.php, method Gumbo_Tree::resetComments()
    Resets all comments
resetComments
in file Composite.class.php, method Gumbo_Interface_Composite::resetComments()
    Resets all comments
top



's'

setName
in file Tree.class.php, method Gumbo_Tree::setName()
    Sets the Tree name
setValue
in file Tree.class.php, method Gumbo_Tree::setValue()
    Sets the Composite value (for Leaf use only)
setValue
in file Composite.class.php, method Gumbo_Interface_Composite::setValue()
    Sets the Composite value (for Leaf use only)
top



't'

Tree.class.php
procedural page Tree.class.php
top