BaseAction::execute

  1. Bitrix24 API (v. 23.675.0)
  2. landing
  3. BaseAction
  4. execute
  • Модуль: 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;
}

Добавить комментарий