PHP Class Pantheon\Terminus\Models\OrganizationSiteMembership

Inheritance: extends TerminusModel, implements League\Container\ContainerAwareInterface, use trait League\Container\ContainerAwareTrait
Afficher le fichier Open project: pantheon-systems/terminus Class Usage Examples

Méthodes publiques

Свойство Type Description
$organization Organization
$site Site
$tags Pantheon\Terminus\Collections\Tags

Protected Properties

Свойство Type Description
$site_data stdClass
$tags_data stdClass

Méthodes publiques

Méthode Description
__construct ( $attributes = null, array $options = [] )
__toString ( )
delete ( ) : Workflow Removes a site from this organization
getOrganization ( ) : Organization
getSite ( ) : Site

Method Details

__construct() public méthode

public __construct ( $attributes = null, array $options = [] )
$options array

__toString() public méthode

public __toString ( )

delete() public méthode

Removes a site from this organization
public delete ( ) : Workflow
Résultat Workflow

getOrganization() public méthode

public getOrganization ( ) : Organization
Résultat Organization

getSite() public méthode

public getSite ( ) : Site
Résultat Site

Property Details

$organization public_oe property

public Organization,Pantheon\Terminus\Models $organization
Résultat Organization

$site public_oe property

public Site,Pantheon\Terminus\Models $site
Résultat Site

$site_data protected_oe property

protected stdClass $site_data
Résultat stdClass

$tags public_oe property

public Tags,Pantheon\Terminus\Collections $tags
Résultat Pantheon\Terminus\Collections\Tags

$tags_data protected_oe property

protected stdClass $tags_data
Résultat stdClass