MediaWiki
REL1_24
|
Generic operation result class for FileRepo-related operations. More...
Public Member Functions | |
__construct ($repo=false) | |
Static Public Member Functions | |
static | newFatal ($repo) |
Factory function for fatal errors. | |
static | newGood ($repo=false, $value=null) |
Generic operation result class for FileRepo-related operations.
Definition at line 28 of file FileRepoStatus.php.
FileRepoStatus::__construct | ( | $ | repo = false | ) |
bool | FileRepo | $repo |
Definition at line 59 of file FileRepoStatus.php.
static FileRepoStatus::newFatal | ( | $ | repo | ) | [static] |
Factory function for fatal errors.
FileRepo | $repo |
Reimplemented from Status.
Definition at line 35 of file FileRepoStatus.php.
static FileRepoStatus::newGood | ( | $ | repo = false , |
$ | value = null |
||
) | [static] |
FileRepo | bool | $repo | Default: false |
mixed | $value |
Definition at line 49 of file FileRepoStatus.php.
References $result, and Status\$value.