You are here

public function SetCookie::getDiscard in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php \GuzzleHttp\Cookie\SetCookie::getDiscard()

Get whether or not this is a session cookie

Return value

null|bool

File

vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php, line 253

Class

SetCookie
Set-Cookie object

Namespace

GuzzleHttp\Cookie

Code

public function getDiscard() {
  return $this->data['Discard'];
}