MediaWiki
REL1_22
|
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 714 of file FileOp.php.
DeleteFileOp::allowedParams | ( | ) | [protected] |
Get the file operation parameters.
Reimplemented from FileOp.
Definition at line 715 of file FileOp.php.
DeleteFileOp::doAttempt | ( | ) | [protected] |
DeleteFileOp::doPrecheck | ( | array &$ | predicates | ) | [protected] |
Get a list of storage paths written to for this operation.
Reimplemented from FileOp.
Definition at line 750 of file FileOp.php.