|
MediaWiki
REL1_23
|
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 459 of file FileOp.php.
| CreateFileOp::allowedParams | ( | ) | [protected] |
Get the file operation parameters.
Reimplemented from FileOp.
Definition at line 460 of file FileOp.php.
| CreateFileOp::doAttempt | ( | ) | [protected] |
| CreateFileOp::doPrecheck | ( | array &$ | predicates | ) | [protected] |
| array | $predicates |
Reimplemented from FileOp.
Definition at line 468 of file FileOp.php.
| 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 505 of file FileOp.php.
Get a list of storage paths written to for this operation.
Reimplemented from FileOp.
Definition at line 509 of file FileOp.php.