Class Iterator
Iterator for character sets. Use Charset::iterator() to retrieve a character set iterator instance.
- Core\Object implements Core\Chainable
- Core\Charset\Iterator implements Iterator
Package: Core\Charset
See: Charset::iterator()
Since: 3.0
Requires: PHP 5.3
Version: 1.0.1
Located at Charset.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[]
|
$_charSets
Array of character set names to iterate over. |
|
protected
integer
|
$_position
Current position in character set name array. |