Class Iterator
Iterator for Hash instances.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Hash\Iterator implements Iterator
Namespace: Core\Hash
Package: Core\Hash
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Hash/Iterator.inc.php
Package: Core\Hash
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Hash/Iterator.inc.php
Methods summary
public
|
|
public
mixed
|
|
public
mixed
|
|
public
|
|
public
|
|
public
boolean
|
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
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
array
|
$_v_array
Array to iterate over. |
|
protected
mixed
|
$_v_key
Current iteration key. |
|
protected
array
|
$_v_keys
Array keys. |
Magic properties
public read-only
array
|
$array
Array to iterate over. |
public read-only
mixed
|
$key
Current iteration key. |
public read-only
array
|
$keys
Array keys. |