|
MediaWiki
REL1_23
|
Move a file from one storage path to another in the backend. More...


Public Member Functions | |
| storagePathsChanged () | |
| Get a list of storage paths written to for this operation. | |
| storagePathsRead () | |
| Get a list of storage paths read from for this operation. | |
Protected Member Functions | |
| allowedParams () | |
| Get the file operation parameters. | |
| doAttempt () | |
| doPrecheck (array &$predicates) | |
Move a file from one storage path to another in the backend.
Parameters for this operation are outlined in FileBackend::doOperations().
Definition at line 663 of file FileOp.php.
| MoveFileOp::allowedParams | ( | ) | [protected] |
Get the file operation parameters.
Reimplemented from FileOp.
Definition at line 664 of file FileOp.php.
References array().
| MoveFileOp::doAttempt | ( | ) | [protected] |
| MoveFileOp::doPrecheck | ( | array &$ | predicates | ) | [protected] |
| array | $predicates |
Reimplemented from FileOp.
Definition at line 672 of file FileOp.php.
Get a list of storage paths written to for this operation.
Reimplemented from FileOp.
Definition at line 738 of file FileOp.php.
Get a list of storage paths read from for this operation.
Reimplemented from FileOp.
Definition at line 734 of file FileOp.php.