MediaWiki  master
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 464 of file FileOp.php.


Member Function Documentation

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

Reimplemented from FileOp.

Definition at line 468 of file FileOp.php.

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

Reimplemented from FileOp.

Definition at line 508 of file FileOp.php.

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

Reimplemented from FileOp.

Definition at line 477 of file FileOp.php.

Returns:
bool|string

Reimplemented from FileOp.

Definition at line 519 of file FileOp.php.

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

Returns:
Array

Reimplemented from FileOp.

Definition at line 529 of file FileOp.php.


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