Property | Type | Description | |
---|---|---|---|
$input | CI_Input | The CodeIgniter input object. | |
$options | array | The cookie options. |
Method | Description | |
---|---|---|
__construct ( CI_Input $input, string | array $options = [] ) : void | Create a new CodeIgniter cookie driver. | |
forget ( ) | {@inheritDoc} | |
get ( ) | {@inheritDoc} | |
put ( $value ) | {@inheritDoc} |
protected CI_Input $input | ||
return | CI_Input |