MediaWiki
1.30.0
|
Returned by MediaWiki\Shell\Command::execute() More...
Public Member Functions | |
__construct ( $exitCode, $stdout) | |
getExitCode () | |
Returns exit code of the process. More... | |
getStdout () | |
Returns stdout of the process. More... | |
Private Attributes | |
int | $exitCode |
string | $stdout |
MediaWiki\Shell\Result::__construct | ( | $exitCode, | |
$stdout | |||
) |
int | $exitCode | |
string | $stdout |
Definition at line 39 of file Result.php.
References MediaWiki\Shell\Result\$exitCode, and MediaWiki\Shell\Result\$stdout.
MediaWiki\Shell\Result::getExitCode | ( | ) |
Returns exit code of the process.
Definition at line 49 of file Result.php.
References MediaWiki\Shell\Result\$exitCode.
MediaWiki\Shell\Result::getStdout | ( | ) |
Returns stdout of the process.
Definition at line 58 of file Result.php.
References MediaWiki\Shell\Result\$stdout.
|
private |
Definition at line 30 of file Result.php.
Referenced by MediaWiki\Shell\Result\__construct(), and MediaWiki\Shell\Result\getExitCode().
|
private |
Definition at line 33 of file Result.php.
Referenced by MediaWiki\Shell\Result\__construct(), and MediaWiki\Shell\Result\getStdout().