Element index for package Collection

[ a ] [ c ] [ e ] [ g ] [ i ] [ k ] [ r ] [ s ] [ _ ]



'_'

$_callback
in file Collection.class.php, variable Gumbo_Collection::$_callback
$_list
in file Collection.class.php, variable Gumbo_Collection::$_list
$_loaded
in file Collection.class.php, variable Gumbo_Collection::$_loaded
$_params
in file Collection.class.php, variable Gumbo_Collection::$_params
$_type
in file Collection.class.php, variable Gumbo_Collection::$_type
_onload
in file Collection.class.php, method Gumbo_Collection::_onload()
    Executes the callback function
__construct
in file Collection.class.php, method Gumbo_Collection::__construct()
    Constructor (extra arguments sent to callback as is)
__get
in file Collection.class.php, method Gumbo_Collection::__get()
    Returns Data (wrapper to get())
__isset
in file Collection.class.php, method Gumbo_Collection::__isset()
    Returns if key is set (wrapper to exists())
__set
in file Collection.class.php, method Gumbo_Collection::__set()
    Sets Data (wrapper to add())
__unset
in file Collection.class.php, method Gumbo_Collection::__unset()
    Removes Data (wrapper to remove())
top



'a'

add
in file Collection.class.php, method Gumbo_Collection::add()
    Adds an Object to the Collection
top



'c'

Collection.class.php
procedural page Collection.class.php
Collection.class.php
procedural page Collection.class.php
top



'e'

exists
in file Collection.class.php, method Gumbo_Collection::exists()
    Verifies a Key exists
top



'g'

get
in file Collection.class.php, method Gumbo_Collection::get()
    Returns the corresponding Object associated with the given key
getAll
in file Collection.class.php, method Gumbo_Collection::getAll()
    Returns the entire List
getCallback
in file Collection.class.php, method Gumbo_Collection::getCallback()
    Returns the callback function/method
getCallback
in file Collection.class.php, method Gumbo_Interface_Collection::getCallback()
    Returns the callback function/method
getIterator
in file Collection.class.php, method Gumbo_Collection::getIterator()
    Returns an Iterator object
getParams
in file Collection.class.php, method Gumbo_Collection::getParams()
    Returns the parameters to pass to the callback
getParams
in file Collection.class.php, method Gumbo_Interface_Collection::getParams()
    Returns the parameters to pass to the callback
getType
in file Collection.class.php, method Gumbo_Interface_Collection::getType()
    Returns the Collection Class|Interface Type
getType
in file Collection.class.php, method Gumbo_Collection::getType()
    Returns the Collection Type
Gumbo_Collection
in file Collection.class.php, class Gumbo_Collection
    Standard Collection Class
Gumbo_Interface_Collection
in file Collection.class.php, class Gumbo_Interface_Collection
    Collection Interface
top



'i'

isLoaded
in file Collection.class.php, method Gumbo_Collection::isLoaded()
    Returns if the Collection has been loaded
isLoaded
in file Collection.class.php, method Gumbo_Interface_Collection::isLoaded()
    Returns if the Collection has been loaded
top



'k'

keys
in file Collection.class.php, method Gumbo_Collection::keys()
    Returns an array of the Collection keys
top



'r'

remove
in file Collection.class.php, method Gumbo_Collection::remove()
    Removes an Object from the Collection
removeValue
in file Collection.class.php, method Gumbo_Collection::removeValue()
    Removes a value from the List (not used)
reset
in file Collection.class.php, method Gumbo_Collection::reset()
    Resets the List (not used)
top



's'

setCallback
in file Collection.class.php, method Gumbo_Interface_Collection::setCallback()
    Sets the callback function/method (extra arguments will be sent to callback as is)
setCallback
in file Collection.class.php, method Gumbo_Collection::setCallback()
    Sets the callback function/method (extra arguments will be sent to callback as is)
setType
in file Collection.class.php, method Gumbo_Interface_Collection::setType()
    Sets the type of Class|Interface the Collection will accept
setType
in file Collection.class.php, method Gumbo_Collection::setType()
    Sets the type of class|interface of the Collection
size
in file Collection.class.php, method Gumbo_Collection::size()
    Returns the size of the Collection
top