PHP Class Cartalyst\Sentinel\Cookies\CICookie

Inheritance: implements Cartalyst\Sentinel\Cookies\CookieInterface
Afficher le fichier Open project: cartalyst/sentinel Class Usage Examples

Protected Properties

Свойство Type Description
$input CI_Input The CodeIgniter input object.
$options array The cookie options.

Méthodes publiques

Méthode Description
__construct ( CI_Input $input, string | array $options = [] ) : void Create a new CodeIgniter cookie driver.
forget ( ) {@inheritDoc}
get ( ) {@inheritDoc}
put ( $value ) {@inheritDoc}

Method Details

__construct() public méthode

Create a new CodeIgniter cookie driver.
public __construct ( CI_Input $input, string | array $options = [] ) : void
$input CI_Input
$options string | array
Résultat void

forget() public méthode

{@inheritDoc}
public forget ( )

get() public méthode

{@inheritDoc}
public get ( )

put() public méthode

{@inheritDoc}
public put ( $value )

Property Details

$input protected_oe property

The CodeIgniter input object.
protected CI_Input $input
Résultat CI_Input

$options protected_oe property

The cookie options.
protected array $options
Résultat array