MediaWiki
REL1_21
|
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. |
Definition at line 430 of file RevisionTest.php.
Definition at line 432 of file RevisionTest.php.
References MediaWikiTestCase\__construct(), and array().
Creates an empty TextContent object.
Reimplemented from TextContentHandler.
Definition at line 442 of file RevisionTest.php.
RevisionTestModifyableContentHandler::unserializeContent | ( | $ | text, |
$ | format = null |
||
) |
Unserializes a Content object of the type supported by this ContentHandler.
$text | string serialized form of the content |
$format | null|String the format used for serialization |
Reimplemented from TextContentHandler.
Definition at line 436 of file RevisionTest.php.