PHP Class AdamWathan\Form\ErrorStore\IlluminateErrorStore

Inheritance: implements AdamWathan\Form\ErrorStore\ErrorStoreInterface
Mostra file Open project: adamwathan/form Class Usage Examples

Public Methods

Method Description
__construct ( Illuminate\Session\Store $session )
getError ( $key )
hasError ( $key )

Protected Methods

Method Description
getErrors ( )
hasErrors ( )
transformKey ( $key )

Method Details

__construct() public method

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

getError() public method

public getError ( $key )

getErrors() protected method

protected getErrors ( )

hasError() public method

public hasError ( $key )

hasErrors() protected method

protected hasErrors ( )

transformKey() protected method

protected transformKey ( $key )