Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
HTMLPurifier_Doctype Class Reference

Public Member Functions

 __construct ( $name=null, $xml=true, $modules=array(), $tidyModules=array(), $aliases=array(), $dtd_public=null, $dtd_system=null)
 

Public Attributes

 $aliases = array()
 List of aliases for this doctype @type array.
 
 $dtdPublic
 Public DTD identifier @type string.
 
 $dtdSystem
 System DTD identifier @type string.
 
 $modules = array()
 List of standard modules (string identifiers or literal objects) that this doctype uses @type array.
 
 $name
 Full name of doctype @type string.
 
 $tidyModules = array()
 List of modules to use for tidying up code @type array.
 
 $xml = true
 Is the language derived from XML (i.e.
 

Member Data Documentation

◆ $xml

HTMLPurifier_Doctype::$xml = true

Is the language derived from XML (i.e.

XHTML)? @type bool


The documentation for this class was generated from the following file: