MediaWiki  REL1_21
StoreFileOp Class Reference

Store a file into the backend from a file on the file system. More...

Inheritance diagram for StoreFileOp:
Collaboration diagram for StoreFileOp:

List of all members.

Public Member Functions

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

Protected Member Functions

 allowedParams ()
 doAttempt ()
 doPrecheck (array &$predicates)
 getSourceSha1Base36 ()

Detailed Description

Store a file into the backend from a file on the file system.

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

Definition at line 516 of file FileOp.php.


Member Function Documentation

StoreFileOp::allowedParams ( ) [protected]
Returns:
array

Reimplemented from FileOp.

Definition at line 520 of file FileOp.php.

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

Reimplemented from FileOp.

Definition at line 561 of file FileOp.php.

StoreFileOp::doPrecheck ( array &$  predicates) [protected]
Parameters:
$predicatesarray
Returns:
Status

Reimplemented from FileOp.

Definition at line 529 of file FileOp.php.

Returns:
bool|string

Reimplemented from FileOp.

Definition at line 572 of file FileOp.php.

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

Returns:
Array

Reimplemented from FileOp.

Definition at line 582 of file FileOp.php.


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