|
1C-Bitrix 25.700.0
|
Открытые члены | |
| setBlogCommentCopier (EntityCopier $blogCommentCopier) | |
| setFeatures (array $features) | |
| setChangedRights ($changedRights) | |
| add (Container $container, array $fields) | |
| update ($blogPostId, array $fields) | |
| getFields (Container $container, $entityId) | |
| prepareFieldsToCopy (Container $container, array $fields) | |
| copyChildren (Container $container, $entityId, $copiedEntityId) | |
| copyVote (int $voteId) | |
| Открытые члены унаследованные от Base | |
| updateAttachedIdsInText (int $id, array $attachedIds, callable $callback) | |
| Открытые члены унаследованные от CopyImplementer | |
| __construct () | |
| getErrors () | |
| setUserFieldManager (\CUserTypeManager $userTypeManager) | |
| setUfIgnoreList (array $ufIgnoreList) | |
| setExecutiveUserId (int $executiveUserId) | |
Поля данных | |
| const | BLOG_POST_COPY_ERROR = "BLOG_POST_COPY_ERROR" |
Защищенные члены | |
| getText ($blogPostId) | |
| Защищенные члены унаследованные от CopyImplementer | |
| copyUfFields (int $entityId, int $copiedEntityId, string $ufObject) | |
| getResult (array $results=[]) | |
Защищенные данные | |
| $ufEntityObject = "BLOG_POST" | |
| $ufDiskFileField = "UF_BLOG_POST_FILE" | |
| Защищенные данные унаследованные от CopyImplementer | |
| $result | |
| $userTypeManager | |
| $ufIgnoreList = [] | |
| $executiveUserId | |
См. определение в файле blogpost.php строка 13
Adds entity.
| Container | $container | |
| array | $fields |
Переопределяет метод предка CopyImplementer.
См. определение в файле blogpost.php строка 65
| copyChildren | ( | Container | $container, |
| $entityId, | |||
| $copiedEntityId ) |
Starts copying children entities.
| Container | $container | |
| int | $entityId | BlogPost id. |
| int | $copiedEntityId | Copied BlogPost id. |
Переопределяет метод предка CopyImplementer.
См. определение в файле blogpost.php строка 127
| copyVote | ( | int | $voteId | ) |
Copies vote.
| int | $voteId | Vote id. |
См. определение в файле blogpost.php строка 147
| getFields | ( | Container | $container, |
| $entityId ) |
Returns entity fields.
| Container | $container | |
| int | $entityId |
Переопределяет метод предка CopyImplementer.
См. определение в файле blogpost.php строка 94
|
protected |
См. определение в файле blogpost.php строка 161
Preparing data before creating a new BlogPost.
| Container | $container | |
| array | $fields | List entity fields. |
Переопределяет метод предка CopyImplementer.
См. определение в файле blogpost.php строка 108
| setBlogCommentCopier | ( | EntityCopier | $blogCommentCopier | ) |
To copy comments needs comment copier.
| EntityCopier | $blogCommentCopier | Comment copier. |
См. определение в файле blogpost.php строка 33
| setChangedRights | ( | $changedRights | ) |
To overwrite access rights to a post in a new entity, you need to specify the identifier of the new entity.
| array | $changedRights | Ration changed id. |
См. определение в файле blogpost.php строка 53
| setFeatures | ( | array | $features | ) |
Writes features to the copy queue.
| array | $features | List features. |
См. определение в файле blogpost.php строка 43
| update | ( | $id, | |
| array | $fields ) |
Updates entity.
| int | $entityId | Entity id. |
| array | $fields | List entity fields. |
| $id | ||
| array | $fields |
| NotImplementedException | |
| SystemException | |
Bitrix\Main\ArgumentException
Bitrix\Main\ObjectPropertyException
Переопределяет метод предка Base.
См. определение в файле blogpost.php строка 82
|
protected |
См. определение в файле blogpost.php строка 26
|
protected |
См. определение в файле blogpost.php строка 25
| const BLOG_POST_COPY_ERROR = "BLOG_POST_COPY_ERROR" |
См. определение в файле blogpost.php строка 15