PHP Class Pantheon\Terminus\Models\MachineToken

Inheritance: extends TerminusModel
Datei anzeigen Open project: pantheon-systems/terminus Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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 method

Deletes machine token
public delete ( ) : void
return void