Koowa_Object
[ class tree: Koowa_Object ] [ index: Koowa_Object ] [ all elements ]

Element index for package Koowa_Object

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ k ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

$_data
in file array.php, variable KObjectArray::$_data
    The data for each key in the array (key => value).
$_mixed_methods
in file object.php, variable KObject::$_mixed_methods
    Mixed in methods
$_object
in file decorator.php, variable KObjectDecorator::$_object
    The decorated object
$_object_list
in file queue.php, variable KObjectQueue::$_object_list
    Object list
$_object_set
in file set.php, variable KObjectSet::$_object_set
    Object set
$_object_stack
in file stack.php, variable KObjectStack::$_object_stack
    The object container
$_priority_list
in file queue.php, variable KObjectQueue::$_priority_list
    Priority list
$__methods
in file decorator.php, variable KObjectDecorator::$__methods
    Class methods
$__methods
in file object.php, variable KObject::$__methods
    Class methods
$__service_container
in file object.php, variable KObject::$__service_container
    The service container
$__service_identifier
in file object.php, variable KObject::$__service_identifier
    The service identifier
_initialize
in file array.php, method KObjectArray::_initialize()
    Initializes the options for the object
_initialize
in file object.php, method KObject::_initialize()
    Initializes the options for the object
__call
in file decorator.php, method KObjectDecorator::__call()
    Overloaded call function
__call
in file object.php, method KObject::__call()
    Search the mixin method map and call the method or trigger an error
__clone
in file object.php, method KObject::__clone()
    Preform a deep clone of the object.
__clone
in file queue.php, method KObjectQueue::__clone()
    Preform a deep clone of the object
__clone
in file set.php, method KObjectSet::__clone()
    Preform a deep clone of the object
__construct
in file stack.php, method KObjectStack::__construct()
    Constructor
__construct
in file set.php, method KObjectSet::__construct()
    Constructor
__construct
in file queue.php, method KObjectQueue::__construct()
    Constructor
__construct
in file object.php, method KObject::__construct()
    Constructor
__construct
in file decorator.php, method KObjectDecorator::__construct()
    Constructor
__construct
in file exception.php, method KObjectException::__construct()
    Constructor
__construct
in file array.php, method KObjectArray::__construct()
    Constructor
__get
in file array.php, method KObjectArray::__get()
    Get a value by key
__get
in file decorator.php, method KObjectDecorator::__get()
    Overloaded get function
__isset
in file decorator.php, method KObjectDecorator::__isset()
    Overloaded isset function
__isset
in file array.php, method KObjectArray::__isset()
    Test existence of a key
__set
in file array.php, method KObjectArray::__set()
    Set a value by key
__set
in file decorator.php, method KObjectDecorator::__set()
    Overloaded set function
__unset
in file decorator.php, method KObjectDecorator::__unset()
    Overloaded isset function
__unset
in file array.php, method KObjectArray::__unset()
    Unset a key
top

a

array.php
procedural page array.php
top

c

contains
in file queue.php, method KObjectQueue::contains()
    Check if the queue does contain a given object
contains
in file set.php, method KObjectSet::contains()
    Checks if the set contains a specific object
count
in file stack.php, method KObjectStack::count()
    Counts the number of elements
count
in file set.php, method KObjectSet::count()
    Returns the number of elements in the collection.
count
in file queue.php, method KObjectQueue::count()
    Returns the number of elements in the queue
current
in file set.php, method KObjectSet::current()
    Return the current element
current
in file queue.php, method KObjectQueue::current()
    Return current object pointed by the iterator
top

d

dequeue
in file queue.php, method KObjectQueue::dequeue()
    Removes an object from the queue
decorator.php
procedural page decorator.php
top

e

enqueue
in file queue.php, method KObjectQueue::enqueue()
    Inserts an object to the queue.
extract
in file set.php, method KObjectSet::extract()
    Removes an object from the set
exception.php
procedural page exception.php
top

g

get
in file object.php, method KObject::get()
    Get the object properties
getHandle
in file object.php, method KObject::getHandle()
    Get a handle for this object
getHandle
in file handlable.php, method KObjectHandlable::getHandle()
    Get the object handle
getIdentifier
in file serviceable.php, method KObjectServiceable::getIdentifier()
    Get a service identifier.
getIdentifier
in file object.php, method KObject::getIdentifier()
    Gets the service identifier.
getIterator
in file set.php, method KObjectSet::getIterator()
    Defined by IteratorAggregate
getIterator
in file array.php, method KObjectArray::getIterator()
    Get a new iterator
getMethods
in file decorator.php, method KObjectDecorator::getMethods()
    Get a list of all the available methods
getMethods
in file object.php, method KObject::getMethods()
    Get a list of all the available methods
getObject
in file decorator.php, method KObjectDecorator::getObject()
    Get the decorated object
getPriority
in file queue.php, method KObjectQueue::getPriority()
    Get the priority of an object in the queue
getService
in file object.php, method KObject::getService()
    Get an instance of a class based on a class identifier only creating it if it does not exist yet.
getService
in file serviceable.php, method KObjectServiceable::getService()
    Get an instance of a class based on a class identifier only creating it if it doesn't exist yet.
top

h

hasPriority
in file queue.php, method KObjectQueue::hasPriority()
    Check if the queue has an item with the given priority
handlable.php
procedural page handlable.php
top

i

inherits
in file decorator.php, method KObjectDecorator::inherits()
    Checks if the decorated object or one of it's mixins inherits from a class.
inherits
in file object.php, method KObject::inherits()
    Checks if the object or one of it's mixin's inherits from a class.
insert
in file set.php, method KObjectSet::insert()
    Inserts an object in the set
isEmpty
in file stack.php, method KObjectStack::isEmpty()
    Check to see if the registry is empty
isEmpty
in file queue.php, method KObjectQueue::isEmpty()
    Checks whether the queue is empty
top

k

key
in file set.php, method KObjectSet::key()
    Return the key of the current element
key
in file queue.php, method KObjectQueue::key()
    Return current object index
KObject
in file object.php, class KObject
    Object class
KObjectArray
in file array.php, class KObjectArray
    An Object Array Class
KObjectDecorator
in file decorator.php, class KObjectDecorator
    An Object Decorator Class
KObjectException
in file exception.php, class KObjectException
    Koowa Date Exception class
KObjectHandlable
in file handlable.php, class KObjectHandlable
    Object Hashable interface
KObjectQueue
in file queue.php, class KObjectQueue
    Object Queue Class
KObjectServiceable
in file serviceable.php, class KObjectServiceable
    Object Serviceable Interface
KObjectSet
in file set.php, class KObjectSet
    An Object Set Class
KObjectStack
in file stack.php, class KObjectStack
    Object Stack Class
top

m

merge
in file set.php, method KObjectSet::merge()
    Merge-in another object set
mixin
in file object.php, method KObject::mixin()
    Mixin an object
top

n

next
in file set.php, method KObjectSet::next()
    Move forward to next element
next
in file queue.php, method KObjectQueue::next()
    Move to the next object
top

o

object.php
procedural page object.php
offsetExists
in file set.php, method KObjectSet::offsetExists()
    Check if the object exists in the queue
offsetExists
in file array.php, method KObjectArray::offsetExists()
    Check if the offset exists
offsetGet
in file set.php, method KObjectSet::offsetGet()
    Returns the object from the set
offsetGet
in file array.php, method KObjectArray::offsetGet()
    Get an item from the array by offset
offsetSet
in file set.php, method KObjectSet::offsetSet()
    Store an object in the set
offsetSet
in file array.php, method KObjectArray::offsetSet()
    Set an item in the array
offsetUnset
in file set.php, method KObjectSet::offsetUnset()
    Removes an object from the set
offsetUnset
in file array.php, method KObjectArray::offsetUnset()
    Unset an item in the array
top

p

pop
in file stack.php, method KObjectStack::pop()
    Pops an element from the end of the stack
push
in file stack.php, method KObjectStack::push()
    Pushes an element at the end of the stack
top

q

queue.php
procedural page queue.php
top

r

rewind
in file set.php, method KObjectSet::rewind()
    Rewind the Iterator to the first element
rewind
in file queue.php, method KObjectQueue::rewind()
    Rewind the Iterator to the top
top

s

serviceable.php
procedural page serviceable.php
set.php
procedural page set.php
serialize
in file array.php, method KObjectArray::serialize()
    Serialize
serialize
in file set.php, method KObjectSet::serialize()
    Return a string representation of the set
set
in file object.php, method KObject::set()
    Set the object properties
setObject
in file decorator.php, method KObjectDecorator::setObject()
    Set the decorated object
setPriority
in file queue.php, method KObjectQueue::setPriority()
    Set the priority of an object in the queue
top

t

toArray
in file array.php, method KObjectArray::toArray()
    Return an associative array of the data
toArray
in file set.php, method KObjectSet::toArray()
    Return an associative array of the data.
top
in file stack.php, method KObjectStack::top()
    Peeks at the element from the end of the stack
top
in file set.php, method KObjectSet::top()
    Return the first object in the set
top
in file queue.php, method KObjectQueue::top()
    Return the object from the top of the queue
top

u

unserialize
in file set.php, method KObjectSet::unserialize()
    Unserializes a set from its string representation
unserialize
in file array.php, method KObjectArray::unserialize()
    Unserialize
top

v

valid
in file set.php, method KObjectSet::valid()
    Checks if current position is valid
valid
in file queue.php, method KObjectQueue::valid()
    Check whether the queue contains more object
top

Documentation generated on Sat, 18 May 2013 03:00:39 +0200 by phpDocumentor 1.4.3