|
MediaWiki
REL1_23
|
Change metadata for a file at the given storage path in the backend. More...


Public Member Functions | |
| storagePathsChanged () | |
| Get a list of storage paths written to for this operation. | |
Protected Member Functions | |
| allowedParams () | |
| Get the file operation parameters. | |
| doAttempt () | |
| doPrecheck (array &$predicates) | |
Change metadata for a file at the given storage path in the backend.
Parameters for this operation are outlined in FileBackend::doOperations().
Definition at line 796 of file FileOp.php.
| DescribeFileOp::allowedParams | ( | ) | [protected] |
Get the file operation parameters.
Reimplemented from FileOp.
Definition at line 797 of file FileOp.php.
References array().
Referenced by doPrecheck().
| DescribeFileOp::doAttempt | ( | ) | [protected] |
| DescribeFileOp::doPrecheck | ( | array &$ | predicates | ) | [protected] |
| array | $predicates |
Reimplemented from FileOp.
Definition at line 801 of file FileOp.php.
References allowedParams(), array(), FileOp\fileExists(), and Status\newGood().
Get a list of storage paths written to for this operation.
Reimplemented from FileOp.
Definition at line 829 of file FileOp.php.