PHP 인터페이스 Laracasts\Validation\ValidatorInterface

파일 보기 프로젝트 열기: laracasts/validation 0 사용 예제들

공개 메소드들

메소드 설명
errors ( ) : mixed Get the list of validation errors
fails ( ) : mixed Determine if the validation failed

메소드 상세

errors() 공개 메소드

Get the list of validation errors
public errors ( ) : mixed
리턴 mixed

fails() 공개 메소드

Determine if the validation failed
public fails ( ) : mixed
리턴 mixed