MediaWiki  REL1_24
DescribeFileOp Class Reference

Change metadata for a file at the given storage path in the backend. More...

Inheritance diagram for DescribeFileOp:
Collaboration diagram for DescribeFileOp:

List of all members.

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)

Detailed Description

Change metadata for a file at the given storage path in the backend.

Parameters for this operation are outlined in FileBackend::doOperations().

Definition at line 796 of file FileOp.php.


Member Function Documentation

Get the file operation parameters.

Returns:
array (required params list, optional params list, list of params that are paths)

Reimplemented from FileOp.

Definition at line 797 of file FileOp.php.

References array().

Referenced by doPrecheck().

DescribeFileOp::doAttempt ( ) [protected]
Returns:
Status

Reimplemented from FileOp.

Definition at line 824 of file FileOp.php.

DescribeFileOp::doPrecheck ( array &$  predicates) [protected]
Parameters:
array$predicates
Returns:
Status

Reimplemented from FileOp.

Definition at line 801 of file FileOp.php.

References allowedParams(), array(), FileOp\fileExists(), and Status\newGood().

Get a list of storage paths written to for this operation.

Returns:
array

Reimplemented from FileOp.

Definition at line 829 of file FileOp.php.


The documentation for this class was generated from the following file: