|
MediaWiki
REL1_19
|
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 13 of file FileRepoStatus.php.
| FileRepoStatus::__construct | ( | $ | repo = false | ) |
| $repo | FileRepo |
Definition at line 43 of file FileRepoStatus.php.
| static FileRepoStatus::newFatal | ( | $ | repo | ) | [static] |
Factory function for fatal errors.
| $repo | FileRepo |
Reimplemented from Status.
Definition at line 21 of file FileRepoStatus.php.
References $result.
| static FileRepoStatus::newGood | ( | $ | repo = false, |
| $ | value = null |
||
| ) | [static] |
| $repo | FileRepo |
| $value |
Definition at line 34 of file FileRepoStatus.php.
References $result, and Status\$value.