Methods summary
	
		| 
			
			 public 
			
			
			 |  | 
	
		| 
			
			 public 
			boolean
			
			 | 
		#
		isFirst( integer $width = NULL )
			
Is the current element the first one? 
			
Is the current element the first one? ParametersReturns
					boolean
 | 
	
		| 
			
			 public 
			boolean
			
			 | 
		#
		isLast( integer $width = NULL )
			
Is the current element the last one? 
			
Is the current element the last one? ParametersReturns
					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
 Implementation of | 
	
		| 
			
			 public 
			
			
			 | 
		#
		next( )
			
Forwards to the next element. 
			
Forwards to the next element. Implementation of | 
	
		| 
			
			 public 
			
			
			 | 
		#
		rewind( )
			
Rewinds the Iterator. Implementation of | 
	
		| 
			
			 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
					$namestringmethod name
$argsarrayarguments
Returns
					mixed
 Throws | 
	
		| 
			
			 public 
			mixed
			&
			 | 
		#
		__get( string $name )
			
Returns property value. Do not call directly. 
			
Returns property value. Do not call directly. Parameters
					$namestringproperty name
Returns
					mixedproperty 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
					$namestringproperty name
$valuemixedproperty value
Throws | 
	
		| 
			
			 public 
			boolean
			
			 | 
		#
		__isset( string $name )
			
Is property defined? Parameters
					$namestringproperty name
Returns
					boolean
 | 
	
		| 
			
			 public 
			
			
			 | 
		#
		__unset( string $name )
			
Access to undeclared property. 
			
Access to undeclared property. Parameters
					$namestringproperty name
Throws |