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