ManaPHP\Http\CookiesInterface::get PHP Метод

get() публичный Метод

Gets a cookie from the bag
public get ( string $name ) : mixed
$name string
Результат mixed
    public function get($name);