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

공개 프로퍼티들

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