MediaWiki
1.30.0
|
Factory facilitating dependency injection for Command. More...
Public Member Functions | |
__construct (array $limits, $cgroup) | |
Constructor. More... | |
create () | |
Instantiates a new Command. More... | |
Private Attributes | |
string bool | $cgroup |
array | $limits |
Factory facilitating dependency injection for Command.
Definition at line 31 of file CommandFactory.php.
MediaWiki\Shell\CommandFactory::__construct | ( | array | $limits, |
$cgroup | |||
) |
Constructor.
array | $limits | See { |
string | bool | $cgroup | See { |
Definition at line 46 of file CommandFactory.php.
References MediaWiki\Shell\CommandFactory\$cgroup, and MediaWiki\Shell\CommandFactory\$limits.
MediaWiki\Shell\CommandFactory::create | ( | ) |
Instantiates a new Command.
Definition at line 57 of file CommandFactory.php.
References $command.
|
private |
Definition at line 38 of file CommandFactory.php.
Referenced by MediaWiki\Shell\CommandFactory\__construct().
|
private |
Definition at line 35 of file CommandFactory.php.
Referenced by MediaWiki\Shell\CommandFactory\__construct().