• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/internals/querycontroller/action.php
  • Класс: Bitrix\Sender\Internals\QueryController\Action
  • Вызов: Action::__construct
public function __construct($name, $handler = null)
{
	$this->name = $name;
	if ($handler)
	{
		$this->setHandler($handler);
	}
}