MediaWiki  REL1_22
RevisionTestModifyableContentHandler Class Reference
Inheritance diagram for RevisionTestModifyableContentHandler:
Collaboration diagram for RevisionTestModifyableContentHandler:

List of all members.

Public Member Functions

 __construct ()
 makeEmptyContent ()
 Creates an empty TextContent object.
 unserializeContent ($text, $format=null)
 Unserializes a Content object of the type supported by this ContentHandler.

Detailed Description

Definition at line 466 of file RevisionTest.php.


Constructor & Destructor Documentation


Member Function Documentation

Creates an empty TextContent object.

Since:
1.21
Returns:
Content

Reimplemented from TextContentHandler.

Definition at line 478 of file RevisionTest.php.

Unserializes a Content object of the type supported by this ContentHandler.

Since:
1.21
Parameters:
$textstring serialized form of the content
$formatnull|String the format used for serialization
Returns:
Content the TextContent object wrapping $text

Reimplemented from TextContentHandler.

Definition at line 472 of file RevisionTest.php.


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