• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/internals/basecomponent.php
  • Класс: BitrixDiskInternalsBaseComponent
  • Вызов: BaseComponent::runAction
protected function runAction()
{
	$binder = new EngineBinder(
		$this,
		'processAction' . $this->getAction(),
		array($this->request->getPostList(), $this->request->getQueryList())
	);

	return $binder->invoke();
}