PHP Класс Scalr\Model\Entity\Account\Team

Автор: Vlad Dobrovolskiy ([email protected])
Наследование: extends Scalr\Model\AbstractEntity
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$accountId integer Identifier of the account which Team corresponds to
$accountRoleId string Default Acl role for Team users
$description string The description of the Team
$id integer The identifier of the Team
$name string The name of the Team

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

Метод Описание
delete ( )

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

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

См. также: AbstractEntity::delete()
public delete ( )

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

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

Identifier of the account which Team corresponds to
public int $accountId
Результат integer

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

Default Acl role for Team users
public string $accountRoleId
Результат string

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

The description of the Team
public string $description
Результат string

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

The identifier of the Team
public int $id
Результат integer

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

The name of the Team
public string $name
Результат string