PHP 클래스 Pantheon\Terminus\Collections\Bindings

상속: extends EnvironmentOwnedCollection
파일 보기 프로젝트 열기: pantheon-systems/terminus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$environment Pantheon\Terminus\Models\Environment

보호된 프로퍼티들

프로퍼티 타입 설명
$collected_class string
$url string

공개 메소드들

메소드 설명
getByType ( string $type ) : Pantheon\Terminus\Models\Binding[] Get bindings by type

메소드 상세

getByType() 공개 메소드

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

프로퍼티 상세

$collected_class 보호되어 있는 프로퍼티

protected string $collected_class
리턴 string

$environment 공개적으로 프로퍼티

public Environment,Pantheon\Terminus\Models $environment
리턴 Pantheon\Terminus\Models\Environment

$url 보호되어 있는 프로퍼티

protected string $url
리턴 string