PHP 클래스 Respect\Validation\Exceptions\RecursiveExceptionIterator

상속: implements RecursiveIterato\RecursiveIterator, implements Countabl\Countable
파일 보기 프로젝트 열기: respect/validation

공개 메소드들

메소드 설명
__construct ( NestedValidationException $parent )
count ( )
current ( )
getChildren ( )
hasChildren ( )
key ( )
next ( )
rewind ( )
valid ( )

메소드 상세

__construct() 공개 메소드

public __construct ( NestedValidationException $parent )
$parent NestedValidationException

count() 공개 메소드

public count ( )

current() 공개 메소드

public current ( )

getChildren() 공개 메소드

public getChildren ( )

hasChildren() 공개 메소드

public hasChildren ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )