$instance
$instance : \Pop\Cookie\Cookie
Instance of the cookie object
Cookie class
$instance : \Pop\Cookie\Cookie
Instance of the cookie object
setOptions(array $options = array()) : \Pop\Cookie\Cookie
Private method to set options
array | $options |
getInstance(array $options = array()) : \Pop\Cookie\Cookie
Determine whether or not an instance of the cookie object exists already, and instantiate the object if it does not exist.
array | $options |
set(string $name, mixed $value, array $options = null) : \Pop\Cookie\Cookie
Set a cookie
string | $name | |
mixed | $value | |
array | $options |