PHP 인터페이스 Icicle\Http\Message\Cookie\MetaCookie

상속: extends Icicle\Http\Message\Cookie\Cookie
파일 보기 프로젝트 열기: icicleio/http

공개 메소드들

메소드 설명
getDomain ( ) : string
getExpires ( ) : integer
getPath ( ) : string
isHttpOnly ( ) : boolean
isSecure ( ) : boolean

메소드 상세

getDomain() 공개 메소드

public getDomain ( ) : string
리턴 string Cookie domain.

getExpires() 공개 메소드

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

getPath() 공개 메소드

public getPath ( ) : string
리턴 string Cookie path.

isHttpOnly() 공개 메소드

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

isSecure() 공개 메소드

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