Öffentliche Methoden | |
| register ($doctype, $xml=true, $modules=array(), $tidy_modules=array(), $aliases=array(), $dtd_public=null, $dtd_system=null) | |
| get ($doctype) | |
| make ($config) | |
| getDoctypeFromConfig ($config) | |
Geschützte Attribute | |
| $doctypes | |
| $aliases | |
Definiert in Zeile 3 der Datei DoctypeRegistry.php.
| get | ( | $ | doctype | ) |
Retrieves reference to a doctype of a certain name
When possible, use the more fully-featured make()
| $doctype | Name of doctype |
Definiert in Zeile 56 der Datei DoctypeRegistry.php.
| getDoctypeFromConfig | ( | $ | config | ) |
Retrieves the doctype from the configuration object
Definiert in Zeile 81 der Datei DoctypeRegistry.php.

| make | ( | $ | config | ) |
Creates a doctype based on a configuration object, will perform initialization on the doctype
Definiert in Zeile 74 der Datei DoctypeRegistry.php.

| register | ( | $ | doctype, | |
| $ | xml = true, |
|||
| $ | modules = array(), |
|||
| $ | tidy_modules = array(), |
|||
| $ | aliases = array(), |
|||
| $ | dtd_public = null, |
|||
| $ | dtd_system = null | |||
| ) |
Registers a doctype to the registry
| $doctype | Name of doctype or literal doctype object | |
| $modules | Modules doctype will load | |
| $modules_for_modes | Modules doctype will load for certain modes | |
| $aliases | Alias names for doctype |
Definiert in Zeile 26 der Datei DoctypeRegistry.php.
$aliases [protected] |
Lookup table of aliases to real doctype names
Definiert in Zeile 14 der Datei DoctypeRegistry.php.
$doctypes [protected] |
Hash of doctype names to doctype objects
Definiert in Zeile 9 der Datei DoctypeRegistry.php.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|