PHP 클래스 Scalr\Model\Entity\Announcement

부터: 5.11 (03.10.2016)
저자: Sergy Goncharov ([email protected])
상속: extends Scalr\Model\AbstractEntity, implements Scalr\DataType\ScopeInterface, implements Scalr\DataType\AccessPermissionsInterface
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$accountId integer The identifier of Account If not set - announcement were visible for every accounts
$added DateTime Date and time when announcement was created
$createdByEmail string User's email, last modified announcement. Maximum length 100.
$createdById integer User's Id, last modified announcement
$id integer ID
$msg string Announcement's text
$title string Announcement's title. Maximum length 100.

공개 메소드들

메소드 설명
getScope ( ) {@inheritDoc}
hasAccessPermissions ( $user, $environment = null, $modify = null ) {@inheritDoc}

메소드 상세

getScope() 공개 메소드

{@inheritDoc}
또한 보기: Scalr\DataType\ScopeInterface::getScope()
public getScope ( )

hasAccessPermissions() 공개 메소드

{@inheritDoc}
public hasAccessPermissions ( $user, $environment = null, $modify = null )

프로퍼티 상세

$accountId 공개적으로 프로퍼티

The identifier of Account If not set - announcement were visible for every accounts
public int $accountId
리턴 integer

$added 공개적으로 프로퍼티

Date and time when announcement was created
public DateTime $added
리턴 DateTime

$createdByEmail 공개적으로 프로퍼티

User's email, last modified announcement. Maximum length 100.
public string $createdByEmail
리턴 string

$createdById 공개적으로 프로퍼티

User's Id, last modified announcement
public int $createdById
리턴 integer

$id 공개적으로 프로퍼티

ID
public int $id
리턴 integer

$msg 공개적으로 프로퍼티

Announcement's text
public string $msg
리턴 string

$title 공개적으로 프로퍼티

Announcement's title. Maximum length 100.
public string $title
리턴 string