Pantheon\Terminus\Models\Backup::__construct PHP Method

__construct() public method

public __construct ( $attributes, array $options = [] )
$options array
    public function __construct($attributes, array $options = [])
    {
        parent::__construct($attributes, $options);
        $this->environment = $options['collection']->environment;
    }