$responder->usesCookies()
Setter and getter for the list of cookie names the response relies on
$responder->usesCookies(array|null $usesCookies = null): array|Kirby\Cms\Responder
Parameters
Name | Type | Default |
---|---|---|
$usesCookies | array ornull |
null
|
Return types
array
orKirby\Cms\Responder
This method modifies the existing $responder
object it is applied to and returns it again.