Retrieves reference to a doctype of a certain name
Editable
get
($doctype $doctype)
-
$doctype
$doctype: Name of doctype
Retrieves the doctype from the configuration object
void
getDoctypeFromConfig
( $config)
Creates a doctype based on a configuration object,
will perform initialization on the doctype
void
make
( $config)
Registers a doctype to the registry
Editable
register
($doctype $doctype, [$modules $xml = true], [$modules_for_modes $modules = array()], [$aliases $tidy_modules = array()], [ $aliases = array()], [ $dtd_public = null], [ $dtd_system = null])
-
$doctype
$doctype: Name of doctype or literal doctype object
-
$modules
$xml: Modules doctype will load
-
$modules_for_modes
$modules: Modules doctype will load for certain modes
-
$aliases
$tidy_modules: Alias names for doctype
-
$aliases
-
$dtd_public
-
$dtd_system