PHP Class Cartalyst\Sentinel\Cookies\FuelPHPCookie

Inheritance: implements Cartalyst\Sentinel\Cookies\CookieInterface
Datei anzeigen Open project: cartalyst/sentinel Class Usage Examples

Protected Properties

Property Type Description
$key string The cookie key.

Public Methods

Method Description
__construct ( string $key = null ) : void Create a new FuelPHP cookie driver.
forget ( ) {@inheritDoc}
get ( ) {@inheritDoc}
put ( $value ) {@inheritDoc}

Method Details

__construct() public method

Create a new FuelPHP cookie driver.
public __construct ( string $key = null ) : void
$key string
return void

forget() public method

{@inheritDoc}
public forget ( )

get() public method

{@inheritDoc}
public get ( )

put() public method

{@inheritDoc}
public put ( $value )

Property Details

$key protected_oe property

The cookie key.
protected string $key
return string