PHP Class Scalr\Stats\CostAnalytics\Entity\NotificationEntity

Since: 5.0 (29.05.2014)
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity, implements Scalr\DataType\AccessPermissionsInterface, implements Scalr\DataType\ScopeInterface
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство Type Description
$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)

Méthodes publiques

Méthode Description
__construct ( ) Constructor
getScope ( )
hasAccessPermissions ( $user, $environment = null, $modify = null )

Method Details

__construct() public méthode

Constructor
public __construct ( )

getScope() public méthode

See also: ScopeInterface::getScope()
public getScope ( )

hasAccessPermissions() public méthode

See also: AccessPermissionsInterface::hasAccessPermissions()
public hasAccessPermissions ( $user, $environment = null, $modify = null )

Property Details

$accountId public_oe property

The account which is associated with the notification.
public int $accountId
Résultat integer

$emails public_oe property

Comma separated list of the emails is allowed
public string $emails
Résultat string

$notificationType public_oe property

The type of the notification
public int $notificationType
Résultat integer

$recipientType public_oe property

The type of the recipient
public int $recipientType
Résultat integer

$status public_oe property

Status
public int $status
Résultat integer

$subjectId public_oe property

Identifier of the CC or Project
public string $subjectId
Résultat string

$subjectType public_oe property

The type of the subject 1 - CC , 2 - Project
public int $subjectType
Résultat integer

$threshold public_oe property

The Threshold
public float $threshold
Résultat float

$uuid public_oe property

identifier (UUID)
public string $uuid
Résultat string