MediaWiki
REL1_23
|
Public Member Functions | |
__construct ($dataModel) | |
makeEmptyContent () | |
Creates an empty Content object of the type supported by this ContentHandler. | |
serializeContent (Content $content, $format=null) | |
unserializeContent ($blob, $format=null) |
Definition at line 311 of file ContentHandlerTest.php.
DummyContentHandlerForTesting::__construct | ( | $ | dataModel | ) |
Definition at line 313 of file ContentHandlerTest.php.
References array().
Creates an empty Content object of the type supported by this ContentHandler.
Reimplemented from ContentHandler.
Definition at line 347 of file ContentHandlerTest.php.
DummyContentHandlerForTesting::serializeContent | ( | Content $ | content, |
$ | format = null |
||
) |
Content | $content | |
string | $format |
Reimplemented from ContentHandler.
Definition at line 325 of file ContentHandlerTest.php.
References Content\serialize().
DummyContentHandlerForTesting::unserializeContent | ( | $ | blob, |
$ | format = null |
||
) |
string | $blob | |
string | $format | Unused. |
Reimplemented from ContentHandler.
Definition at line 337 of file ContentHandlerTest.php.
References $blob.