...Человеческий поиск в разработке...
- Модуль: landing
- Путь к файлу: ~/bitrix/modules/landing/lib/History/Action/BaseAction.php
- Класс: BitrixLandingHistoryActionBaseAction
- Вызов: BaseAction::execute
public function execute(bool $undo = true): bool; abstract public static function enrichParams(array $params): array; /** * If need - do preliminary operations before del from table * @return bool */ public function delete(): bool { return true; }