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

С версии: 5.0 (29.05.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 notification.
$emails string Comma separated list of the emails is allowed
$notificationType integer The type of the notification
$recipientType integer The type of the recipient
$status integer Status
$subjectId string Identifier of the CC or Project
$subjectType integer The type of the subject 1 - CC , 2 - Project
$threshold float The Threshold
$uuid string identifier (UUID)

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

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

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

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

Constructor
public __construct ( )

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

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

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

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

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

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

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

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

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

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

The type of the notification
public int $notificationType
Результат integer

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

The type of the recipient
public int $recipientType
Результат 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

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

The Threshold
public float $threshold
Результат float

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

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