Source for file Doctype.php
Documentation is available at Doctype.php
* Represents a document type, contains information on which modules
* @note This class is inspected by Printer_HTMLDefinition->renderDoctype.
* If structure changes, please update that function.
* List of standard modules (string identifiers or literal objects)
* List of modules to use for tidying up code
* Is the language derived from XML (i.e. XHTML)?
* List of aliases for this doctype
public function __construct($name =
null, $xml =
true, $modules =
array(),
$tidyModules =
array(), $aliases =
array(), $dtd_public =
null, $dtd_system =
null
Documentation generated on Thu, 19 Jun 2008 18:49:04 -0400 by phpDocumentor 1.4.2