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

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

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

Свойство Тип Описание
$id integer The identifier of the Team User
$teamId integer The identifier of the Team
$userId integer The identifier of the User

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

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

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

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

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

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

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