API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ( $name=null, $xml=true, $modules=array(), $tidyModules=array(), $aliases=array(), $dtd_public=null, $dtd_system=null) | |
Data Fields | |
$name | |
$modules = array() | |
$tidyModules = array() | |
$xml = true | |
$aliases = array() | |
$dtdPublic | |
$dtdSystem | |
Represents a document type, contains information on which modules need to be loaded.
__construct | ( | $name = null , |
|
$xml = true , |
|||
$modules = array() , |
|||
$tidyModules = array() , |
|||
$aliases = array() , |
|||
$dtd_public = null , |
|||
$dtd_system = null |
|||
) |
$aliases = array() |
List of aliases for this doctype @type array
$dtdPublic |
Public DTD identifier @type string
$dtdSystem |
System DTD identifier @type string
$modules = array() |
List of standard modules (string identifiers or literal objects) that this doctype uses @type array
$name |
Full name of doctype @type string
$tidyModules = array() |
List of modules to use for tidying up code @type array
$xml = true |
Is the language derived from XML (i.e. XHTML)? @type bool