\HTMLPurifier_Doctype

Represents a document type, contains information on which modules need to be loaded.

Summary

Methods
Properties
Constants
__construct()
$name
$modules
$tidyModules
$xml
$aliases
$dtdPublic
$dtdSystem
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$name

$name

Full name of doctype

$modules

$modules

List of standard modules (string identifiers or literal objects) that this doctype uses

$tidyModules

$tidyModules

List of modules to use for tidying up code

$xml

$xml

Is the language derived from XML (i.e. XHTML)?

$aliases

$aliases

List of aliases for this doctype

$dtdPublic

$dtdPublic

Public DTD identifier

$dtdSystem

$dtdSystem

System DTD identifier

Methods

__construct()

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

Parameters

mixed $name
mixed $xml
mixed $modules
mixed $tidyModules
mixed $aliases
mixed $dtd_public
mixed $dtd_system

Returns

mixed —