MediaWiki
REL1_24
|
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 366 of file ContentHandlerTest.php.
DummyContentHandlerForTesting::__construct | ( | $ | dataModel | ) |
Definition at line 368 of file ContentHandlerTest.php.
References array().
Creates an empty Content object of the type supported by this ContentHandler.
Reimplemented from ContentHandler.
Definition at line 402 of file ContentHandlerTest.php.
DummyContentHandlerForTesting::serializeContent | ( | Content $ | content, |
$ | format = null |
||
) |
Content | $content | |
string | $format |
Reimplemented from ContentHandler.
Definition at line 380 of file ContentHandlerTest.php.
References Content\serialize().
DummyContentHandlerForTesting::unserializeContent | ( | $ | blob, |
$ | format = null |
||
) |
string | $blob | |
string | $format | Unused. |
Reimplemented from ContentHandler.
Definition at line 392 of file ContentHandlerTest.php.
References $blob.