PHP 클래스 Flow\Helper\RangeIterator

상속: implements Iterator
파일 보기 프로젝트 열기: nramenta/flow

보호된 프로퍼티들

프로퍼티 타입 설명
$current
$lower
$step
$upper

공개 메소드들

메소드 설명
__construct ( $lower, $upper, $step = 1 )
current ( )
includes ( $n )
key ( )
length ( )
next ( )
random ( $seed = null )
rewind ( )
valid ( )

메소드 상세

__construct() 공개 메소드

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

current() 공개 메소드

public current ( )

includes() 공개 메소드

public includes ( $n )

key() 공개 메소드

public key ( )

length() 공개 메소드

public length ( )

next() 공개 메소드

public next ( )

random() 공개 메소드

public random ( $seed = null )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

$current 보호되어 있는 프로퍼티

protected $current

$lower 보호되어 있는 프로퍼티

protected $lower

$step 보호되어 있는 프로퍼티

protected $step

$upper 보호되어 있는 프로퍼티

protected $upper