mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Detect whether cookies are enabled
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function hasCookieSupport()
|
||||
{
|
||||
$cookie = new Cookie($this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user