Methods summary
public
|
|
public
boolean
|
#
isFirst( integer $width = NULL )
Is the current element the first one?
Is the current element the first one?
Parameters
Returns
boolean
|
public
boolean
|
#
isLast( integer $width = NULL )
Is the current element the last one?
Is the current element the last one?
Parameters
Returns
boolean
|
public
boolean
|
#
isEmpty( )
Is the iterator empty?
Returns
boolean
|
public
boolean
|
#
isOdd( )
Is the counter odd?
Returns
boolean
|
public
boolean
|
#
isEven( )
Is the counter even?
Returns
boolean
|
public
integer
|
|
public
integer
|
#
count( )
Returns the count of elements.
Returns the count of elements.
Returns
integer
Overrides
Implementation of
|
public
|
#
next( )
Forwards to the next element.
Forwards to the next element.
Overrides
|
public
|
#
rewind( )
Rewinds the Iterator.
Overrides
|
public
mixed
|
|
public
mixed
|
#
getNextValue( )
Returns the next element.
Returns the next element.
Returns
mixed
|
public
mixed
|
#
__call( string $name, array $args )
Call to undefined method.
Call to undefined method.
Parameters
- $name
string method name
- $args
array arguments
Returns
mixed
Throws
|
public
mixed
&
|
#
__get( string $name )
Returns property value. Do not call directly.
Returns property value. Do not call directly.
Parameters
- $name
string property name
Returns
mixed property value
Throws
|
public
|
#
__set( string $name, mixed $value )
Sets value of a property. Do not call directly.
Sets value of a property. Do not call directly.
Parameters
- $name
string property name
- $value
mixed property value
Throws
|
public
boolean
|
#
__isset( string $name )
Is property defined?
Parameters
- $name
string property name
Returns
boolean
|
public
|
#
__unset( string $name )
Access to undeclared property.
Access to undeclared property.
Parameters
- $name
string property name
Throws
|