$doctypes
$doctypes
Hash of doctype names to doctype objects.
register(string $doctype, bool $xml = true, array $modules = array(), array $tidy_modules = array(), array $aliases = array(), string $dtd_public = null, string $dtd_system = null) : \HTMLPurifier_Doctype
Registers a doctype to the registry
string | $doctype | Name of doctype or literal doctype object |
bool | $xml | |
array | $modules | Modules doctype will load |
array | $tidy_modules | Modules doctype will load for certain modes |
array | $aliases | Alias names for doctype |
string | $dtd_public | |
string | $dtd_system |
Editable registered doctype