Property | Type | Description | |
---|---|---|---|
$key | string | The cookie key. |
Method | Description | |
---|---|---|
__construct ( string $key = null ) : void | Create a new FuelPHP cookie driver. | |
forget ( ) | {@inheritDoc} | |
get ( ) | {@inheritDoc} | |
put ( $value ) | {@inheritDoc} |
public __construct ( string $key = null ) : void | ||
$key | string | |
return | void |