mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
lib: Add PHPDoc to Request::hasCookieSupport()
This commit is contained in:
parent
90ef288362
commit
85ef98f72d
@ -119,6 +119,11 @@ class Request extends Zend_Controller_Request_Http
|
|||||||
return $id . '-' . $this->uniqueId;
|
return $id . '-' . $this->uniqueId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Detect whether cookies are enabled
|
||||||
|
*
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
public function hasCookieSupport()
|
public function hasCookieSupport()
|
||||||
{
|
{
|
||||||
$cookie = new Cookie($this);
|
$cookie = new Cookie($this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user