• Модуль: 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'];
}