PHP Interface Icicle\Http\Message\Cookie\Cookie

Datei anzeigen Open project: icicleio/http

Public Methods

Method Description
__toString ( ) : string
getName ( ) : string
getValue ( ) : string
toHeader ( ) : string

Method Details

__toString() public method

public __toString ( ) : string
return string Cookie value.

getName() public method

public getName ( ) : string
return string Cookie name.

getValue() public method

public getValue ( ) : string
return string Cookie value.

toHeader() public method

public toHeader ( ) : string
return string Cookie formatted as an HTTP header.