|
MediaWiki
REL1_19
|
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) | |
Protected Attributes | |
| $needsDelete = true | |
Delete a file at the given storage path from the backend.
Parameters similar to FileBackendStore::deleteInternal(), which include: src : source storage path ignoreMissingSource : don't return an error if the file does not exist
Definition at line 657 of file FileOp.php.
| DeleteFileOp::allowedParams | ( | ) | [protected] |
Get the file operation parameters.
Reimplemented from FileOp.
Definition at line 658 of file FileOp.php.
| DeleteFileOp::doAttempt | ( | ) | [protected] |
Reimplemented from FileOp.
Definition at line 680 of file FileOp.php.
References Status\newGood().

| DeleteFileOp::doPrecheck | ( | array &$ | predicates | ) | [protected] |
Reimplemented from FileOp.
Definition at line 664 of file FileOp.php.
References FileOp\fileExists(), FileOp\getParam(), and Status\newGood().

Get a list of storage paths written to for this operation.
Reimplemented from FileOp.
Definition at line 689 of file FileOp.php.
DeleteFileOp::$needsDelete = true [protected] |
Definition at line 662 of file FileOp.php.