Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Cartalyst
Sentinel
Cookies
CookieInterface
PHP Interface Cartalyst\Sentinel\Cookies\CookieInterface
Afficher le fichier
Open project: cartalyst/sentinel
Interface Usage Examples
Méthodes publiques
Méthode
Description
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).
Method Details
forget()
public
méthode
Remove the Sentinel cookie.
public
forget
( ) :
void
Résultat
void
get()
public
méthode
Returns the Sentinel cookie value.
public
get
( ) :
mixed
Résultat
mixed
put()
public
méthode
Put a value in the Sentinel cookie (to be stored until it's cleared).
public
put
(
mixed
$value
) :
void
$value
mixed
Résultat
void