PHP Класс Pantheon\Terminus\Models\SSHKey

Наследование: extends TerminusModel
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$user User

Открытые методы

Метод Описание
__construct ( object $attributes = null, array $options = [] ) Object constructor
delete ( ) : array Deletes a specific SSH key
getComment ( ) : string Returns the comment for this SSH key
getHex ( ) : string Returns the hex for this SSH key

Описание методов

__construct() публичный Метод

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

delete() публичный Метод

Deletes a specific SSH key
public delete ( ) : array
Результат array

getComment() публичный Метод

Returns the comment for this SSH key
public getComment ( ) : string
Результат string

getHex() публичный Метод

Returns the hex for this SSH key
public getHex ( ) : string
Результат string

Описание свойств

$user публичное свойство

public User,Pantheon\Terminus\Models $user
Результат User