PHP 클래스 Pantheon\Terminus\Collections\Environments

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
create ( string $to_env_id, Environment $from_env ) : Workflow Creates a multidev environment
ids ( ) : string[] List Environment IDs, with Dev/Test/Live first
multidev ( ) : Environment[] Returns a list of all multidev environments on the collection-owning Site

메소드 상세

create() 공개 메소드

Creates a multidev environment
public create ( string $to_env_id, Environment $from_env ) : Workflow
$to_env_id string Name of new the environment
$from_env Pantheon\Terminus\Models\Environment Environment to clone from
리턴 Workflow

ids() 공개 메소드

List Environment IDs, with Dev/Test/Live first
public ids ( ) : string[]
리턴 string[] $ids

multidev() 공개 메소드

Returns a list of all multidev environments on the collection-owning Site
public multidev ( ) : Environment[]
리턴 Pantheon\Terminus\Models\Environment[]

프로퍼티 상세

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

protected string $collected_class
리턴 string

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

protected string $url
리턴 string