Manual:Content.php
Jump to navigation
Jump to search
MediaWiki file: Content.php | |
---|---|
Location: | includes/content/ |
Source code: | master • 1.35.2 • 1.31.14 |
Classes: | Content |
Content.php contains the Content interface, the base interface for content objects.
Methods[edit]
Content::getNativeData ()
- Returns native representation of the data.
Example[edit]
$content = $revision->getContent();
$text = $content->getNativeData();