PHP 클래스 Pantheon\Terminus\Collections\Domains

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

보호된 프로퍼티들

프로퍼티 타입 설명
$collected_class string
$hydrate Use to hydrate the data with additional information
$url string

공개 메소드들

메소드 설명
create ( string $domain ) : array Adds a domain to the environment
getUrl ( )
has ( $domain ) : boolean Does the Domains collection contain the given domain?
setHydration ( mixed $value ) : Domains Changes the value of the hydration property

메소드 상세

create() 공개 메소드

Adds a domain to the environment
public create ( string $domain ) : array
$domain string Domain to add to environment
리턴 array

getUrl() 공개 메소드

public getUrl ( )

has() 공개 메소드

Does the Domains collection contain the given domain?
public has ( $domain ) : boolean
$domain
리턴 boolean True if the domain exists in the collection.

setHydration() 공개 메소드

Changes the value of the hydration property
public setHydration ( mixed $value ) : Domains
$value mixed Value to set the hydration property to
리턴 Domains

프로퍼티 상세

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

protected string $collected_class
리턴 string

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

Use to hydrate the data with additional information
protected $hydrate

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

protected string $url
리턴 string