|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($source=null) | |
| save () | |
| setSubtype (Subtype|string $subtype) | |
| getSubtype () | |
| getSubtypeGroup () | |
| fillFile () | |
| setChatId (int $chatId) | |
| getEntity () | |
| setEntity (RestEntity $entity) | |
| getPopupData (array $excludedList=[]) | |
| toRestFormat (array $option=[]) | |
| Открытые члены унаследованные от BaseLinkItem | |
| toRestFormatIdOnly () | |
| getId () | |
| setId (int $id) | |
| getPrimaryId () | |
| setPrimaryId (int $primaryId) | |
| getAuthorId () | |
| setAuthorId (int $authorId) | |
| getMessageId () | |
| setMessageId (?int $messageId) | |
| getChatId () | |
| getEntityId () | |
| setEntityId (?int $entityId) | |
| getDateCreate () | |
| setDateCreate (DateTime $dateCreate) | |
| setMessageInfo (Message $message) | |
| Открытые члены унаследованные от ActiveRecord | |
| load ($source) | |
| prepareFields () | |
| getDataEntity () | |
| delete () | |
| markChanged () | |
| isChanged () | |
| markDrop () | |
| isDeleted () | |
| fill (array $source) | |
| toArray (bool $recursive) | |
| Открытые члены унаследованные от RegistryEntry | |
| setRegistry (Registry $registry) | |
| getRegistry () | |
Открытые статические члены | |
| static | getEntityClassName () |
| static | getRestEntityName () |
| static | getDataClass () |
| static | normalizeFilterFromJsonFormat (null|string|array $filter) |
| static | getByDiskFileId (int $diskFileId) |
| Открытые статические члены унаследованные от BaseLinkItem | |
| static | linkEntityToMessage (RestEntity $entity, Message $message) |
Поля данных | |
| const | MEDIA_SUBTYPE = 'MEDIA' |
| const | AUDIO_SUBTYPE = 'AUDIO' |
| const | BRIEF_SUBTYPE = 'BRIEF' |
| const | OTHER_SUBTYPE = 'OTHER' |
| const | DOCUMENT_SUBTYPE = 'DOCUMENT' |
| const | BRIEF_CODE = 'resume' |
| const | MEDIA_ORIGINAL_CODE = 'media_original' |
Защищенные члены | |
| resolveSubtype () | |
| saveSubtypeValueFilter (Subtype $subtype) | |
| loadSubtypeValueFilter (string $subtype) | |
| calculateSubtype () | |
Защищенные статические члены | |
| static | getEntityIdFieldName () |
| static | mirrorDataEntityFields () |
Защищенные данные | |
| Subtype | $subtype |
| Защищенные данные унаследованные от BaseLinkItem | |
| int | $id = null |
| int | $authorId |
| int | $messageId = null |
| int | $chatId |
| int | $entityId |
| DateTime | $dateCreate |
| RestEntity | $entity |
Статические защищенные данные | |
| static string | $migrationOptionName = 'im_link_file_migration' |
См. определение в файле FileItem.php строка 17
| __construct | ( | $source = null | ) |
| int | array | EO_LinkFile | null | $source |
См. определение в файле FileItem.php строка 36
|
protected |
См. определение в файле FileItem.php строка 107
| fillFile | ( | ) |
См. определение в файле FileItem.php строка 137
|
static |
См. определение в файле FileItem.php строка 177
|
static |
Returns ORM tablet class name.
Замещает ActiveRecord.
См. определение в файле FileItem.php строка 154
| getEntity | ( | ) |
Переопределяет метод предка BaseLinkItem.
См. определение в файле FileItem.php строка 207
|
static |
Переопределяет метод предка BaseLinkItem.
См. определение в файле FileItem.php строка 66
|
staticprotected |
Переопределяет метод предка BaseLinkItem.
См. определение в файле FileItem.php строка 234
| getPopupData | ( | array | $excludedList = [] | ) |
Returns the data to be raised to the top of the REST response. Works on the principle of the composite pattern.
| string[] | $excludedList |
Переопределяет метод предка BaseLinkItem.
См. определение в файле FileItem.php строка 229
|
static |
Returns the name of the entity that will be used in the rest response
Замещает RestConvertible.
См. определение в файле FileItem.php строка 71
| getSubtype | ( | ) |
См. определение в файле FileItem.php строка 100
| getSubtypeGroup | ( | ) |
См. определение в файле FileItem.php строка 132
|
protected |
См. определение в файле FileItem.php строка 81
|
staticprotected |
Переопределяет метод предка BaseLinkItem.
См. определение в файле FileItem.php строка 239
|
static |
См. определение в файле FileItem.php строка 162
|
protected |
См. определение в файле FileItem.php строка 56
| save | ( | ) |
Saves object state into database.
Замещает ActiveRecord.
См. определение в файле FileItem.php строка 46
|
protected |
См. определение в файле FileItem.php строка 76
| setChatId | ( | int | $chatId | ) |
Переопределяет метод предка BaseLinkItem.
См. определение в файле FileItem.php строка 194
| setEntity | ( | RestEntity | $entity | ) |
| RestEntity | $entity |
| ArgumentTypeException |
Переопределяет метод предка BaseLinkItem.
См. определение в файле FileItem.php строка 219
| setSubtype | ( | Subtype|string | $subtype | ) |
См. определение в файле FileItem.php строка 86
| toRestFormat | ( | array | $option = [] | ) |
Returns an array in JSON like format to return the entity as a rest response.
| array | $option |
Переопределяет метод предка BaseLinkItem.
См. определение в файле FileItem.php строка 255
|
staticprotected |
См. определение в файле FileItem.php строка 29
|
protected |
См. определение в файле FileItem.php строка 31
| const AUDIO_SUBTYPE = 'AUDIO' |
См. определение в файле FileItem.php строка 22
| const BRIEF_CODE = 'resume' |
См. определение в файле FileItem.php строка 26
| const BRIEF_SUBTYPE = 'BRIEF' |
См. определение в файле FileItem.php строка 23
| const DOCUMENT_SUBTYPE = 'DOCUMENT' |
См. определение в файле FileItem.php строка 25
| const MEDIA_ORIGINAL_CODE = 'media_original' |
См. определение в файле FileItem.php строка 27
| const MEDIA_SUBTYPE = 'MEDIA' |
См. определение в файле FileItem.php строка 21
| const OTHER_SUBTYPE = 'OTHER' |
См. определение в файле FileItem.php строка 24