PHP 클래스 Pantheon\Terminus\Collections\Tags

상속: extends TerminusCollection
파일 보기 프로젝트 열기: pantheon-systems/terminus

공개 프로퍼티들

프로퍼티 타입 설명
$org_site_membership Pantheon\Terminus\Models\OrganizationSiteMembership

보호된 프로퍼티들

프로퍼티 타입 설명
$collected_class string

공개 메소드들

메소드 설명
__construct ( $options = [] )
create ( string $tag ) : Tag Creates a tag for an organization-site relationship
fetch ( array $options = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( $options = [] )

create() 공개 메소드

Creates a tag for an organization-site relationship
public create ( string $tag ) : Tag
$tag string Name of tag to create
리턴 Pantheon\Terminus\Models\Tag $this->models[$tag] The newly created tag

fetch() 공개 메소드

public fetch ( array $options = [] )
$options array

프로퍼티 상세

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

protected string $collected_class
리턴 string

$org_site_membership 공개적으로 프로퍼티

public OrganizationSiteMembership,Pantheon\Terminus\Models $org_site_membership
리턴 Pantheon\Terminus\Models\OrganizationSiteMembership