Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Pantheon
Terminus
Collections
Upstreams
PHP Class Pantheon\Terminus\Collections\Upstreams
Inheritance:
extends
UserOwnedCollection
Show file
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 property
protected
string
$collected_class
return
string
$url
protected property
protected
string
$url
return
string