PHP 클래스 AdamWathan\Form\ErrorStore\IlluminateErrorStore

상속: implements AdamWathan\Form\ErrorStore\ErrorStoreInterface
파일 보기 프로젝트 열기: adamwathan/form 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Illuminate\Session\Store $session )
getError ( $key )
hasError ( $key )

보호된 메소드들

메소드 설명
getErrors ( )
hasErrors ( )
transformKey ( $key )

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Session\Store $session )
$session Illuminate\Session\Store

getError() 공개 메소드

public getError ( $key )

getErrors() 보호된 메소드

protected getErrors ( )

hasError() 공개 메소드

public hasError ( $key )

hasErrors() 보호된 메소드

protected hasErrors ( )

transformKey() 보호된 메소드

protected transformKey ( $key )