class HTTPGetAction extends Collection (View source)

Properties

protected $collection_key
string $host
protected $httpHeadersType
protected $httpHeadersDataType
string $path
string $scheme

Methods

setHost($host)

No description

string
getHost()

No description

setHttpHeaders($httpHeaders)

No description

getHttpHeaders()

No description

setPath($path)

No description

string
getPath()

No description

setScheme($scheme)

No description

string
getScheme()

No description

Details

setHost($host)

No description

Parameters

$host

string getHost()

No description

Return Value

string

setHttpHeaders($httpHeaders)

No description

Parameters

$httpHeaders

HTTPHeader[] getHttpHeaders()

No description

Return Value

HTTPHeader[]

setPath($path)

No description

Parameters

$path

string getPath()

No description

Return Value

string

setScheme($scheme)

No description

Parameters

$scheme

string getScheme()

No description

Return Value

string