MediaWiki
REL1_22
|
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 466 of file RevisionTest.php.
Definition at line 468 of file RevisionTest.php.
References MediaWikiTestCase\__construct(), and array().
Creates an empty TextContent object.
Reimplemented from TextContentHandler.
Definition at line 478 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 472 of file RevisionTest.php.