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
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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