메소드 |
설명 |
|
__construct ( array $config = [] ) : void |
Constructor. |
|
check ( string $key ) : Closure |
Checks if a value has been set in the cookie. |
|
clear ( array $options = [] ) : boolean |
Clears all cookies. |
|
delete ( string $key, array $options = [] ) : Closure |
Delete a value from the cookie store. |
|
isEnabled ( ) : boolean |
Determines if cookies are enabled. |
|
isStarted ( ) : boolean |
Obtain the status of the cookie storage. |
|
key ( ) : string |
Obtain the top-level cookie key. |
|
keyFormat ( string $name, array $config ) : string |
Formats the given $name argument for use in the cookie adapter. |
|
read ( null | string $key = null, array $options = [] ) : Closure |
Read a value from the cookie. |
|
write ( string $key, mixed $value = null, array $options = [] ) : Closure |
Write a value to the cookie store. |
|