MediaWiki  REL1_22
DeleteFileOp Class Reference

Delete a file at the given storage path from the backend. More...

Inheritance diagram for DeleteFileOp:
Collaboration diagram for DeleteFileOp:

List of all members.

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)

Detailed Description

Delete a file at the given storage path from the backend.

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

Definition at line 714 of file FileOp.php.


Member Function Documentation

DeleteFileOp::allowedParams ( ) [protected]

Get the file operation parameters.

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

Reimplemented from FileOp.

Definition at line 715 of file FileOp.php.

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

Reimplemented from FileOp.

Definition at line 745 of file FileOp.php.

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

Reimplemented from FileOp.

Definition at line 719 of file FileOp.php.

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

Returns:
Array

Reimplemented from FileOp.

Definition at line 750 of file FileOp.php.


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