PHP Class Pantheon\Terminus\Models\Branch

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

Méthodes publiques

Свойство Type Description
$site Site

Méthodes publiques

Méthode Description
__construct ( $attributes = null, array $options = [] )
delete ( ) : Workflow Deletes this branch from the site
serialize ( ) : array Formats the Backup object into an associative array for output

Method Details

__construct() public méthode

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

delete() public méthode

Deletes this branch from the site
public delete ( ) : Workflow
Résultat Workflow

serialize() public méthode

Formats the Backup object into an associative array for output
public serialize ( ) : array
Résultat array Associative array of data for output

Property Details

$site public_oe property

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