BearFramework\App\Response\Cookies {
/* Methods */
public self delete ( string $name )
public bool exists ( string $name )
public BearFramework\App\Response\Cookie|null get ( string $name )
public BearFramework\DataList|BearFramework\App\Response\Cookie[] getList ( void )
public BearFramework\App\Response\Cookie make ( [ string|null $name [, string|null $value ]] )
public self set ( BearFramework\App\Response\Cookie $cookie )
}