|
| __construct ($actionId, $actionParams, $serverHostname="", $userParams=array(), $freeParams=array()) |
|
| start (array $inputParams=array()) |
|
| getResult () |
|
См. определение в файле action.php строка 12
◆ __construct()
__construct |
( |
| $actionId, |
|
|
| $actionParams, |
|
|
| $serverHostname = "", |
|
|
| $userParams = array(), |
|
|
| $freeParams = array() ) |
- Аргументы
-
string | $actionId | |
array | $actionParams | |
string | $serverHostname | |
array | $userParams | |
array | $freeParams | |
- Исключения
-
Bitrix\Main\ArgumentNullException
- Исключения
-
Bitrix\Main\ArgumentTypeException
- Исключения
-
Exception
См. определение в файле action.php строка 34
◆ getResult()
- Возвращает
- array Last command execution results
См. определение в файле action.php строка 224
◆ getServerParams()
◆ log()
log |
( |
| $level, |
|
|
| $auditType, |
|
|
| $actionId, |
|
|
| $description ) |
|
protected |
◆ makeLogRecords()
makeLogRecords |
( |
| $command = "", |
|
|
| $result = null, |
|
|
| $output = "", |
|
|
| $error = "" ) |
|
protected |
◆ makeStartCommand()
makeStartCommand |
( |
| $inputParams = array() | ) |
|
|
protected |
Makes command for shell action execution
- Аргументы
-
- Возвращает
- string - command to execute
- Исключения
-
Bitrix\Main\ArgumentTypeException
См. определение в файле action.php строка 73
◆ start()
start |
( |
array | $inputParams = array() | ) |
|
Starts the action execution
- Аргументы
-
array | $inputParams | - params from previously started actions |
- Возвращает
- int code returned by shell
- Исключения
-
Bitrix\Main\ArgumentTypeException
- Исключения
-
Exception
См. определение в файле action.php строка 143
◆ $actionParams
◆ $freeParams
◆ $id
◆ $logLevel
◆ $result
◆ $serverHostname
◆ $shellAdapter
◆ $userParams