1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
base.php
См. документацию.
1
<?php
2
namespace
Bitrix\Blog\Copy\Implement
;
3
4
use
Bitrix\Main\Copy\CopyImplementer
;
5
6
abstract
class
Base
extends
CopyImplementer
7
{
15
abstract
public
function
update
(
$entityId
,
array
$fields
);
16
17
public
function
updateAttachedIdsInText
(
int
$id,
array
$attachedIds, callable $callback): void
18
{
19
list($field,
$text
) = $this->getText($id);
20
21
$detailText = call_user_func_array($callback, [
22
$text
,
23
$this->ufEntityObject,
24
$id,
25
$this->ufDiskFileField,
26
$attachedIds
27
]);
28
29
$this->
update
($id, [$field => $detailText]);
30
}
31
}
Bitrix\Blog\Copy\Implement\Base
Определения
base.php:7
Bitrix\Blog\Copy\Implement\Base\update
update($entityId, array $fields)
Определения
base.php:319
Bitrix\Blog\Copy\Implement\Base\updateAttachedIdsInText
updateAttachedIdsInText(int $id, array $attachedIds, callable $callback)
Определения
base.php:17
Bitrix\Main\Copy\CopyImplementer
Определения
copyimplementer.php:11
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Blog\Copy\Implement
Определения
base.php:2
$entityId
$entityId
Определения
payment.php:4
$text
$text
Определения
template_pdf.php:79
$fields
$fields
Определения
yandex_run.php:501
bitrix
modules
blog
lib
copy
implement
base.php
Создано системой
1.14.0