BearFramework\App\Request\Cookies::get

Returns a cookie or null if not found.
public BearFramework\App\Request\Cookie|null get string $name )
Parameters
name
The name of the cookie.
Returns
The cookie requested of null if not found.
Details
Location: ~/src/App/Request/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.