PHP Класс Scalr\Stats\CostAnalytics\Entity\ReportEntity

С версии: 5.0 (23.06.2014)
Автор: Vitaliy Demidov ([email protected])
Наследование: extends Scalr\Model\AbstractEntity, implements Scalr\DataType\AccessPermissionsInterface, implements Scalr\DataType\ScopeInterface
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$accountId integer The account which is associated with the report.
$emails string Comma separated list of the emails is allowed
$period integer Period
$status integer Status
$subjectId string Identifier of the CC or Project
$subjectType integer The type of the subject 1 - CC , 2 - Project
$uuid string identifier (UUID)

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

Метод Описание
getScope ( )
hasAccessPermissions ( $user, $environment = null, $modify = null )
save ( )

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

getScope() публичный метод

См. также: ScopeInterface::getScope()
public getScope ( )

hasAccessPermissions() публичный метод

См. также: AccessPermissionsInterface::hasAccessPermissions()
public hasAccessPermissions ( $user, $environment = null, $modify = null )

save() публичный метод

См. также: Scalr\Model\AbstractEntity::save()
public save ( )

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

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

The account which is associated with the report.
public int $accountId
Результат integer

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

Comma separated list of the emails is allowed
public string $emails
Результат string

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

Period
public int $period
Результат integer

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

Status
public int $status
Результат integer

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

Identifier of the CC or Project
public string $subjectId
Результат string

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

The type of the subject 1 - CC , 2 - Project
public int $subjectType
Результат integer

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

identifier (UUID)
public string $uuid
Результат string