MediaWiki
master
|
Public Member Functions | |
__construct ($dataModel) | |
makeEmptyContent () | |
Creates an empty Content object of the type supported by this ContentHandler. More... | |
serializeContent (Content $content, $format=null) | |
unserializeContent ($blob, $format=null) | |
Definition at line 3 of file DummyContentHandlerForTesting.php.
DummyContentHandlerForTesting::__construct | ( | $dataModel | ) |
Definition at line 5 of file DummyContentHandlerForTesting.php.
DummyContentHandlerForTesting::makeEmptyContent | ( | ) |
Creates an empty Content object of the type supported by this ContentHandler.
Definition at line 39 of file DummyContentHandlerForTesting.php.
DummyContentHandlerForTesting::serializeContent | ( | Content | $content, |
$format = null |
|||
) |
Content | $content | |
string | $format |
Definition at line 17 of file DummyContentHandlerForTesting.php.
References Content\serialize().
DummyContentHandlerForTesting::unserializeContent | ( | $blob, | |
$format = null |
|||
) |
string | $blob | |
string | $format | Unused. |
Definition at line 29 of file DummyContentHandlerForTesting.php.
References $blob, and unserialize().