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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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