PHP 클래스 mageekguy\atoum\iterators\filters\recursives\closure

상속: extends recursiveFilterIterator
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$closures

공개 메소드들

메소드 설명
__construct ( recursiveIterator $iterator, $closure = null )
accept ( )
addClosure ( closure $closure )
getChildren ( )
getClosures ( )

메소드 상세

__construct() 공개 메소드

public __construct ( recursiveIterator $iterator, $closure = null )
$iterator recursiveIterator

accept() 공개 메소드

public accept ( )

addClosure() 공개 메소드

public addClosure ( closure $closure )
$closure closure

getChildren() 공개 메소드

public getChildren ( )

getClosures() 공개 메소드

public getClosures ( )

프로퍼티 상세

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

protected $closures