MediaWiki  1.33.0
content Directory Reference

Files

file  AbstractContent.php [code]
 A content object represents page content, e.g.
 
file  CodeContentHandler.php [code]
 Content handler for the pages with code, such as CSS, JavaScript, JSON.
 
file  Content.php [code]
 A content object represents page content, e.g.
 
file  ContentHandler.php [code]
 Base class for content handling.
 
file  CssContent.php [code]
 Content object for CSS pages.
 
file  CssContentHandler.php [code]
 Content handler for CSS pages.
 
file  FileContentHandler.php [code]
 
file  JavaScriptContent.php [code]
 Content for JavaScript pages.
 
file  JavaScriptContentHandler.php [code]
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  JsonContent.php [code]
 JSON Content Model.
 
file  JsonContentHandler.php [code]
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  MessageContent.php [code]
 Wrapper content object allowing to handle a system message as a Content object.
 
file  TextContent.php [code]
 Content object implementation for representing flat text.
 
file  TextContentHandler.php [code]
 Base content handler class for flat text contents.
 
file  WikitextContent.php [code]
 Content object for wiki text pages.
 
file  WikitextContentHandler.php [code]
 Content handler for wiki text pages.
 
file  WikiTextStructure.php [code]