PHP Interface Icicle\Http\Message\Cookie\MetaCookie

Inheritance: extends Icicle\Http\Message\Cookie\Cookie
Afficher le fichier Open project: icicleio/http

Méthodes publiques

Méthode Description
getDomain ( ) : string
getExpires ( ) : integer
getPath ( ) : string
isHttpOnly ( ) : boolean
isSecure ( ) : boolean

Method Details

getDomain() public méthode

public getDomain ( ) : string
Résultat string Cookie domain.

getExpires() public méthode

public getExpires ( ) : integer
Résultat integer Unix timestamp of expiration time.

getPath() public méthode

public getPath ( ) : string
Résultat string Cookie path.

isHttpOnly() public méthode

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

isSecure() public méthode

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