API - XOOPS 2.5.11 Beta 2
By monxoops.fr
HTMLPurifier_Doctype Class Reference

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
 

Detailed Description

Represents a document type, contains information on which modules need to be loaded.

Note
This class is inspected by Printer_HTMLDefinition->renderDoctype. If structure changes, please update that function.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $name = null,
  $xml = true,
  $modules = array(),
  $tidyModules = array(),
  $aliases = array(),
  $dtd_public = null,
  $dtd_system = null 
)

Field Documentation

◆ $aliases

$aliases = array()

List of aliases for this doctype @type array

◆ $dtdPublic

$dtdPublic

Public DTD identifier @type string

◆ $dtdSystem

$dtdSystem

System DTD identifier @type string

◆ $modules

$modules = array()

List of standard modules (string identifiers or literal objects) that this doctype uses @type array

◆ $name

$name

Full name of doctype @type string

◆ $tidyModules

$tidyModules = array()

List of modules to use for tidying up code @type array

◆ $xml

$xml = true

Is the language derived from XML (i.e. XHTML)? @type bool


The documentation for this class was generated from the following file: