Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Entity
+ Граф наследования:Entity:

Открытые статические члены

static getData (int $sourceId)
 

Открытые атрибуты

const TITLE_LENGTH = 30
 

Защищенные статические члены

static getDiskFiles (int $sourceId, string $entityType, string $module)
 

Подробное описание

См. определение в файле entity.php строка 4

Методы

◆ getData()

static getData ( int $sourceId)
staticabstract

Returns prepared data for landing by entity (post) id.

Аргументы
int$sourceIdSource id.
Возвращает
array|null

Переопределяется в Blog, BlogComment, LiveFeed и TaskComment.

◆ getDiskFiles()

static getDiskFiles ( int $sourceId,
string $entityType,
string $module )
staticprotected

Returns Disk files for module entity.

Аргументы
int$sourceIdSource id (post id).
string$entityTypeEntity type.
string$moduleModule id.
Возвращает
array

См. определение в файле entity.php строка 18

Данные класса

◆ TITLE_LENGTH

const TITLE_LENGTH = 30

Length for landing title.

См. определение в файле entity.php строка 9