PHP Class Flow\Helper\RangeIterator

Inheritance: implements Iterator
Show file Open project: nramenta/flow

Protected Properties

Property Type Description
$current
$lower
$step
$upper

Public Methods

Method Description
__construct ( $lower, $upper, $step = 1 )
current ( )
includes ( $n )
key ( )
length ( )
next ( )
random ( $seed = null )
rewind ( )
valid ( )

Method Details

__construct() public method

public __construct ( $lower, $upper, $step = 1 )

current() public method

public current ( )

includes() public method

public includes ( $n )

key() public method

public key ( )

length() public method

public length ( )

next() public method

public next ( )

random() public method

public random ( $seed = null )

rewind() public method

public rewind ( )

valid() public method

public valid ( )

Property Details

$current protected property

protected $current

$lower protected property

protected $lower

$step protected property

protected $step

$upper protected property

protected $upper