Manual:Content.php/ru
Файл MediaWiki: Content.php | |
---|---|
Местоположение: | includes/content/ |
Исходный код: | master • 1.38.2 • 1.37.4 • 1.35.7 |
Классы: | Content |
Content.php contains the Content interface, the base interface for content objects.
Methods
Content::getNativeData ()
- Returns native representation of the data.
Example
$content = $revision->getContent();
$text = $content->getNativeData();