|
MediaWiki
REL1_23
|


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