PHP 클래스 Pantheon\Terminus\Collections\Upstreams

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
get ( string $id ) : Upstream Retrieves models by either upstream ID or name

메소드 상세

get() 공개 메소드

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

프로퍼티 상세

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

protected string $collected_class
리턴 string

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

protected string $url
리턴 string