PHP Class Pantheon\Terminus\Collections\Tags

Inheritance: extends TerminusCollection
Afficher le fichier Open project: pantheon-systems/terminus

Méthodes publiques

Свойство Type Description
$org_site_membership Pantheon\Terminus\Models\OrganizationSiteMembership

Protected Properties

Свойство Type Description
$collected_class string

Méthodes publiques

Méthode Description
__construct ( $options = [] )
create ( string $tag ) : Tag Creates a tag for an organization-site relationship
fetch ( array $options = [] )

Method Details

__construct() public méthode

public __construct ( $options = [] )

create() public méthode

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

fetch() public méthode

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

Property Details

$collected_class protected_oe property

protected string $collected_class
Résultat string

$org_site_membership public_oe property

public OrganizationSiteMembership,Pantheon\Terminus\Models $org_site_membership
Résultat Pantheon\Terminus\Models\OrganizationSiteMembership