PHP 클래스 Respect\Validation\Exceptions\NestedValidationException

상속: extends ValidationException, implements IteratorAggregat\IteratorAggregate
파일 보기 프로젝트 열기: respect/validation 1 사용 예제들

공개 메소드들

메소드 설명
addRelated ( ValidationException $exception ) : self
findMessages ( array $paths ) : self
findRelated ( $path ) : Exception
getFullMessage ( ) : string
getIterator ( ) : SplObjectStorage
getMessages ( ) : array
getRelated ( ) : SplObjectStorage
getRelatedByName ( $name ) : ValidationException
setParam ( string $name, mixed $value ) : self
setRelated ( array $exceptions ) : self

비공개 메소드들

메소드 설명
getExceptionForPath ( string $path, ValidationException $exception ) : ValidationException
getRecursiveIterator ( ) : RecursiveIteratorIterator
isRelated ( $name, ValidationException $exception ) : boolean

메소드 상세

addRelated() 공개 메소드

public addRelated ( ValidationException $exception ) : self
$exception ValidationException
리턴 self

findMessages() 공개 메소드

public findMessages ( array $paths ) : self
$paths array
리턴 self

findRelated() 공개 메소드

public findRelated ( $path ) : Exception
리턴 Exception

getFullMessage() 공개 메소드

public getFullMessage ( ) : string
리턴 string

getIterator() 공개 메소드

public getIterator ( ) : SplObjectStorage
리턴 SplObjectStorage

getMessages() 공개 메소드

public getMessages ( ) : array
리턴 array

getRelated() 공개 메소드

public getRelated ( ) : SplObjectStorage
리턴 SplObjectStorage

getRelatedByName() 공개 메소드

public getRelatedByName ( $name ) : ValidationException
리턴 ValidationException

setParam() 공개 메소드

public setParam ( string $name, mixed $value ) : self
$name string
$value mixed
리턴 self

setRelated() 공개 메소드

public setRelated ( array $exceptions ) : self
$exceptions array
리턴 self