MediaWiki  REL1_22
MoveFileOp Class Reference

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

Inheritance diagram for MoveFileOp:
Collaboration diagram for MoveFileOp:

List of all members.

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)

Detailed Description

Move a file from one storage path to another in the backend.

Parameters for this operation are outlined in FileBackend::doOperations().

Definition at line 638 of file FileOp.php.


Member Function Documentation

MoveFileOp::allowedParams ( ) [protected]

Get the file operation parameters.

Returns:
Array (required params list, optional params list)

Reimplemented from FileOp.

Definition at line 639 of file FileOp.php.

MoveFileOp::doAttempt ( ) [protected]
Returns:
Status

Reimplemented from FileOp.

Definition at line 677 of file FileOp.php.

MoveFileOp::doPrecheck ( array &$  predicates) [protected]
Returns:
Status

Reimplemented from FileOp.

Definition at line 644 of file FileOp.php.

Get a list of storage paths written to for this operation.

Returns:
Array

Reimplemented from FileOp.

Definition at line 705 of file FileOp.php.

Get a list of storage paths read from for this operation.

Returns:
Array

Reimplemented from FileOp.

Definition at line 701 of file FileOp.php.


The documentation for this class was generated from the following file: