Class Locale_Iterator
Iterator for locales. Use Locale::iterator() to retrieve a locale iterator instance.
- Core\Object implements Core\Chainable
-
Core\Locale_Iterator
implements
Iterator
Namespace: Core
Package: Core\Locale
See: Locale::iterator()
Since: 3.0
Since: PHP 5.3
Version: 1.0
Located at Locale.inc.php
Package: Core\Locale
See: Locale::iterator()
Since: 3.0
Since: PHP 5.3
Version: 1.0
Located at Locale.inc.php
Methods summary
public
|
|
public
|
|
public
integer
|
|
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
string[]
|
$_locales
Array of locales to iterate over. |
|
protected
integer
|
$_position
Current iteration position. |