PHP 클래스 iter\rewindable\_RewindableGenerator

상속: implements Iterator
파일 보기 프로젝트 열기: nikic/iter

보호된 프로퍼티들

프로퍼티 타입 설명
$args
$function
$generator Generator

공개 메소드들

메소드 설명
__call ( $method, $args )
__construct ( callable $function, array $args )
current ( )
key ( )
next ( )
rewind ( )
send ( $value = null )
valid ( )

메소드 상세

__call() 공개 메소드

public __call ( $method, $args )

__construct() 공개 메소드

public __construct ( callable $function, array $args )
$function callable
$args array

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

send() 공개 메소드

public send ( $value = null )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

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

protected $args

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

protected $function

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

protected Generator $generator
리턴 Generator