RunTimeOperation::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. tasks
  3. RunTimeOperation
  4. __construct
  • Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/dispatcher/runtimeoperation.php
  • Класс: BitrixTasksDispatcherRunTimeOperation
  • Вызов: RunTimeOperation::__construct
public function __construct($operation, array $parameters = array())
{
	$this->operation = $operation;
	$this->errors = new Collection();

	$this->callable = $parameters['CALLABLE'];
}

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