MediaWiki
REL1_22
|
Create a file in the backend with the given content. 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) | |
getSourceSha1Base36 () | |
precheckDestExistence() helper function to get the source file SHA-1. |
Create a file in the backend with the given content.
Parameters for this operation are outlined in FileBackend::doOperations().
Definition at line 458 of file FileOp.php.
CreateFileOp::allowedParams | ( | ) | [protected] |
Get the file operation parameters.
Reimplemented from FileOp.
Definition at line 459 of file FileOp.php.
CreateFileOp::doAttempt | ( | ) | [protected] |
CreateFileOp::doPrecheck | ( | array &$ | predicates | ) | [protected] |
CreateFileOp::getSourceSha1Base36 | ( | ) | [protected] |
precheckDestExistence() helper function to get the source file SHA-1.
Subclasses should overwride this if the source is not in storage.
Reimplemented from FileOp.
Definition at line 497 of file FileOp.php.
Get a list of storage paths written to for this operation.
Reimplemented from FileOp.
Definition at line 501 of file FileOp.php.