MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onWfShellWikiCmd (&$script, &$parameters, &$options) | |
This hook is called when generating a shell-escaped command line string to run a MediaWiki CLI script. | |
Stable to implement.
Definition at line 9 of file WfShellWikiCmdHook.php.
MediaWiki\Shell\Hook\WfShellWikiCmdHook::onWfShellWikiCmd | ( | & | $script, |
& | $parameters, | ||
& | $options | ||
) |
This hook is called when generating a shell-escaped command line string to run a MediaWiki CLI script.
string | &$script | MediaWiki CLI script path |
string[] | &$parameters | Array of arguments and options to the script |
array | &$options | Associative array of options, may contain the 'php' and 'wrapper' keys |
Implemented in MediaWiki\HookContainer\HookRunner.