Class Accessor_List
Collection of accessor nodes. Supports call delegation to all objects contained in the collection and implements an iterator interface.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Storage\Accessor_Node
-
Core\Storage\Accessor_List
implements
IteratorAggregate
Package: Core\Storage\Accessor
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Storage/Accessor.inc.php
Methods summary
public
|
#
__call( string $methodName, array $arguments )
Delegates call to every accessor node in the collection. |
public
|
|
public
|
Methods inherited from Core\Storage\Accessor_Node
Methods inherited from Core\Object
__autocreateFactory(),
__processParameters(),
attachMethod(),
chain(),
getValueForKey(),
getValueForKeyPath(),
getValueForUndefinedKey(),
hash(),
issetValueForKey(),
setValueForKey(),
setValueForKeyPath(),
setValueForUndefinedKey(),
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType,
AutochainParameterType,
AutocreateParameterType,
BooleanParameterType,
CharParameterType,
EnumParameterType,
IntegerParameterType,
RealParameterType,
StringParameterType,
UserParameterType
Properties summary
protected
object[]
|
$_v_list
Array containing the internal storage objects collection. |