BearFramework\App\Response\Cookies::make

Constructs a new cookie and returns it.
public BearFramework\App\Response\Cookie make ( [ string|null $name [, string|null $value ]] )
Parameters
name
The name of the cookie.
value
The value of the cookie.
Returns
Returns a new cookie.
Details
Location: ~/src/App/Response/Cookies.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.