PHP Class Destiny\DestinyRequest

Inheritance: implements GuzzleHttp\Event\SubscriberInterface
Datei anzeigen Open project: TrackerNetwork/DestinyStatus

Public Properties

Property Type Description
$cache integer | DateTime
$key string
$params array
$raw boolean
$salvageable boolean
$uri string
$url string

Protected Properties

Property Type Description
$time

Public Methods

Method Description
__construct ( $uri, $params = [], $cache = null, $salvageable = true )
getEvents ( )
onEnd ( )
onStart ( )
raw ( )

Method Details

__construct() public method

public __construct ( $uri, $params = [], $cache = null, $salvageable = true )

getEvents() public method

public getEvents ( )

onEnd() public method

public onEnd ( )

onStart() public method

public onStart ( )

raw() public method

public raw ( )

Property Details

$cache public_oe property

public int|DateTime $cache
return integer | DateTime

$key public_oe property

public string $key
return string

$params public_oe property

public array $params
return array

$raw public_oe property

public bool $raw
return boolean

$salvageable public_oe property

public bool $salvageable
return boolean

$time protected_oe property

protected $time

$uri public_oe property

public string $uri
return string

$url public_oe property

public string $url
return string