• Модуль: scale
  • Путь к файлу: ~/bitrix/modules/scale/lib/shelladapter.php
  • Класс: BitrixScaleShellAdapter
  • Вызов: ShellAdapter::prepareExecution
protected function prepareExecution($command)
{
	if($command == '')
		throw new BitrixMainArgumentNullException("command");

	$this->resOutput = "";
	$this->resError = "";

	return  escapeshellcmd($command);
}