PHP Class AdamWathan\Form\OldInput\IlluminateOldInputProvider

Inheritance: implements AdamWathan\Form\OldInput\OldInputInterface
Show file Open project: adamwathan/form

Public Methods

Method Description
__construct ( Illuminate\Session\Store $session )
getOldInput ( $key )
hasOldInput ( )

Protected Methods

Method Description
transformKey ( $key )

Method Details

__construct() public method

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

getOldInput() public method

public getOldInput ( $key )

hasOldInput() public method

public hasOldInput ( )

transformKey() protected method

protected transformKey ( $key )