PHP Интерфейс Cartalyst\Sentinel\Cookies\CookieInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
forget ( ) : void Remove the Sentinel cookie.
get ( ) : mixed Returns the Sentinel cookie value.
put ( mixed $value ) : void Put a value in the Sentinel cookie (to be stored until it's cleared).

Описание методов

forget() публичный метод

Remove the Sentinel cookie.
public forget ( ) : void
Результат void

get() публичный метод

Returns the Sentinel cookie value.
public get ( ) : mixed
Результат mixed

put() публичный метод

Put a value in the Sentinel cookie (to be stored until it's cleared).
public put ( mixed $value ) : void
$value mixed
Результат void