Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
AdamWathan
Form
OldInput
IlluminateOldInputProvider
PHP Class AdamWathan\Form\OldInput\IlluminateOldInputProvider
Inheritance:
implements
AdamWathan\Form\OldInput\OldInputInterface
ファイルを表示
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
)