PHP Class Pantheon\Terminus\Collections\Upstreams

Inheritance: extends UserOwnedCollection
Datei anzeigen Open project: pantheon-systems/terminus Class Usage Examples

Protected Properties

Property Type Description
$collected_class string
$url string

Public Methods

Method Description
get ( string $id ) : Upstream Retrieves models by either upstream ID or name

Method Details

get() public method

Retrieves models by either upstream ID or name
public get ( string $id ) : Upstream
$id string Either an upstream ID or an upstream name
return Upstream

Property Details

$collected_class protected_oe property

protected string $collected_class
return string

$url protected_oe property

protected string $url
return string