PHP 클래스 FluentDOM\Iterators\MapIterator

상속: extends IteratorIterator
파일 보기 프로젝트 열기: fluentdom/fluentdom

보호된 프로퍼티들

프로퍼티 타입 설명
$_position

공개 메소드들

메소드 설명
__construct ( Traversable $traversable, callable $callback )
current ( ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( Traversable $traversable, callable $callback )
$traversable Traversable
$callback callable

current() 공개 메소드

public current ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected $_position