MediaWiki  REL1_24
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 491 of file RevisionTest.php.


Constructor & Destructor Documentation


Member Function Documentation

Creates an empty TextContent object.

Since:
1.21
Returns:
Content A new TextContent object with empty text.

Reimplemented from TextContentHandler.

Definition at line 503 of file RevisionTest.php.

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

Since:
1.21
Parameters:
string$textSerialized form of the content
string$formatThe format used for serialization
Returns:
Content The TextContent object wrapping $text

Reimplemented from TextContentHandler.

Definition at line 497 of file RevisionTest.php.


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