|
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) | |
| supportsDirectApiEditing () | |
| unserializeContent ($blob, $format=null) | |
Public Member Functions inherited from DummyContentHandlerForTesting | |
| __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 DummyNonTextContentHandler.php.
| DummyNonTextContentHandler::__construct | ( | $dataModel | ) |
Definition at line 5 of file DummyNonTextContentHandler.php.
| DummyNonTextContentHandler::makeEmptyContent | ( | ) |
Creates an empty Content object of the type supported by this ContentHandler.
Definition at line 38 of file DummyNonTextContentHandler.php.
| DummyNonTextContentHandler::serializeContent | ( | Content | $content, |
$format = null |
|||
| ) |
| Content | $content | |
| string | $format |
Definition at line 17 of file DummyNonTextContentHandler.php.
References Content\serialize().
| DummyNonTextContentHandler::supportsDirectApiEditing | ( | ) |
Definition at line 42 of file DummyNonTextContentHandler.php.
| DummyNonTextContentHandler::unserializeContent | ( | $blob, | |
$format = null |
|||
| ) |
| string | $blob | |
| string | $format | Unused. |
Definition at line 29 of file DummyNonTextContentHandler.php.
References $blob, and unserialize().