PHP Class Pantheon\Terminus\Collections\Bindings

Inheritance: extends EnvironmentOwnedCollection
Exibir arquivo Open project: pantheon-systems/terminus Class Usage Examples

Public Properties

Property Type Description
$environment Pantheon\Terminus\Models\Environment

Protected Properties

Property Type Description
$collected_class string
$url string

Public Methods

Method Description
getByType ( string $type ) : Pantheon\Terminus\Models\Binding[] Get bindings by type

Method Details

getByType() public method

Get bindings by type
public getByType ( string $type ) : Pantheon\Terminus\Models\Binding[]
$type string e.g. "appserver", "db server", etc
return Pantheon\Terminus\Models\Binding[]

Property Details

$collected_class protected_oe property

protected string $collected_class
return string

$environment public_oe property

public Environment,Pantheon\Terminus\Models $environment
return Pantheon\Terminus\Models\Environment

$url protected_oe property

protected string $url
return string