[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/filerepo/ -> FileRepoStatus.php (summary)

Generic operation result for FileRepo-related operations. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

File Size: 64 lines (2 kb)
Included or required:0 times
Referenced: 1 time
Includes or requires: 0 files

Defines 1 class

FileRepoStatus:: (3 methods):
  newFatal()
  newGood()
  __construct()


Class: FileRepoStatus  - X-Ref

Generic operation result class for FileRepo-related operations

newFatal( $repo )   X-Ref
Factory function for fatal errors

param: FileRepo $repo
return: FileRepoStatus

newGood( $repo = false, $value = null )   X-Ref

param: FileRepo|bool $repo Default: false
param: mixed $value
return: FileRepoStatus

__construct( $repo = false )   X-Ref

param: bool|FileRepo $repo



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1