PHP Class AdamWathan\Form\ErrorStore\IlluminateErrorStore

Inheritance: implements AdamWathan\Form\ErrorStore\ErrorStoreInterface
Afficher le fichier Open project: adamwathan/form Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Illuminate\Session\Store $session )
getError ( $key )
hasError ( $key )

Méthodes protégées

Méthode Description
getErrors ( )
hasErrors ( )
transformKey ( $key )

Method Details

__construct() public méthode

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

getError() public méthode

public getError ( $key )

getErrors() protected méthode

protected getErrors ( )

hasError() public méthode

public hasError ( $key )

hasErrors() protected méthode

protected hasErrors ( )

transformKey() protected méthode

protected transformKey ( $key )