You are here

public function SetCookie::getSecure in Lockr 7.3

Get whether or not this is a secure cookie

Return value

null|bool

File

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

Class

SetCookie
Set-Cookie object

Namespace

GuzzleHttp\Cookie

Code

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