MediaWiki
REL1_24
|
Delete a file at the given storage path from the backend. More...
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) |
Delete a file at the given storage path from the backend.
Parameters for this operation are outlined in FileBackend::doOperations().
Definition at line 747 of file FileOp.php.
DeleteFileOp::allowedParams | ( | ) | [protected] |
Get the file operation parameters.
Reimplemented from FileOp.
Definition at line 748 of file FileOp.php.
References array().
Referenced by doPrecheck().
DeleteFileOp::doAttempt | ( | ) | [protected] |
DeleteFileOp::doPrecheck | ( | array &$ | predicates | ) | [protected] |
array | $predicates |
Reimplemented from FileOp.
Definition at line 752 of file FileOp.php.
References allowedParams(), array(), FileOp\fileExists(), FileOp\getParam(), and Status\newGood().
Get a list of storage paths written to for this operation.
Reimplemented from FileOp.
Definition at line 787 of file FileOp.php.