PHP Interface Icicle\Http\Message\Cookie\MetaCookie

Inheritance: extends Icicle\Http\Message\Cookie\Cookie
Datei anzeigen Open project: icicleio/http

Public Methods

Method Description
getDomain ( ) : string
getExpires ( ) : integer
getPath ( ) : string
isHttpOnly ( ) : boolean
isSecure ( ) : boolean

Method Details

getDomain() public method

public getDomain ( ) : string
return string Cookie domain.

getExpires() public method

public getExpires ( ) : integer
return integer Unix timestamp of expiration time.

getPath() public method

public getPath ( ) : string
return string Cookie path.

isHttpOnly() public method

public isHttpOnly ( ) : boolean
return boolean True if the cookie should be available to HTTP requests only.

isSecure() public method

public isSecure ( ) : boolean
return boolean True if the cookie should be sent over HTTPS only.