Öffentliche Methoden | |
__construct ($name=null, $xml=true, $modules=array(), $tidyModules=array(), $aliases=array(), $dtd_public=null, $dtd_system=null) | |
Datenfelder | |
$name | |
$modules = array() | |
$tidyModules = array() | |
$xml = true | |
$aliases = array() | |
$dtdPublic | |
$dtdSystem | |
Represents a document type, contains information on which modules need to be loaded.
Definiert in Zeile 9 der Datei Doctype.php.
__construct | ( | $name = null , |
|
$xml = true , |
|||
$modules = array() , |
|||
$tidyModules = array() , |
|||
$aliases = array() , |
|||
$dtd_public = null , |
|||
$dtd_system = null |
|||
) |
Definiert in Zeile 54 der Datei Doctype.php.
Benutzt $aliases, $modules, $name, $tidyModules und $xml.
$aliases = array() |
List of aliases for this doctype array
Definiert in Zeile 40 der Datei Doctype.php.
Wird benutzt von __construct().
$dtdPublic |
Public DTD identifier string
Definiert in Zeile 46 der Datei Doctype.php.
$dtdSystem |
System DTD identifier string
Definiert in Zeile 52 der Datei Doctype.php.
$modules = array() |
List of standard modules (string identifiers or literal objects) that this doctype uses array
Definiert in Zeile 22 der Datei Doctype.php.
Wird benutzt von __construct().
$name |
Full name of doctype string
Definiert in Zeile 15 der Datei Doctype.php.
Wird benutzt von __construct().
$tidyModules = array() |
List of modules to use for tidying up code array
Definiert in Zeile 28 der Datei Doctype.php.
Wird benutzt von __construct().
$xml = true |
Is the language derived from XML (i.e. XHTML)? bool
Definiert in Zeile 34 der Datei Doctype.php.
Wird benutzt von __construct().