PHP Class Pantheon\Terminus\Models\MachineToken

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

Méthodes publiques

Méthode Description
__construct ( object $attributes, array $options = [] ) Object constructor
delete ( ) : void Deletes machine token

Method Details

__construct() public méthode

Object constructor
public __construct ( object $attributes, array $options = [] )
$attributes object Attributes of this model
$options array Options with which to configure this model

delete() public méthode

Deletes machine token
public delete ( ) : void
Résultat void