HTMLPurifier_Doctype Klassenreferenz

HTMLPurifier_Doctype Klassenreferenz

Öffentliche Methoden

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

Datenfelder

 $name
 
 $modules = array()
 
 $tidyModules = array()
 
 $xml = true
 
 $aliases = array()
 
 $dtdPublic
 
 $dtdSystem
 

Ausführliche Beschreibung

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

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

Definiert in Zeile 9 der Datei Doctype.php.

Beschreibung der Konstruktoren und Destruktoren

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

Definiert in Zeile 54 der Datei Doctype.php.

Benutzt $aliases, $modules, $name, $tidyModules und $xml.

Dokumentation der Datenelemente

$aliases = array()

List of aliases for this doctype array

Definiert in Zeile 40 der Datei Doctype.php.

Wird benutzt von __construct().

$dtdPublic

Public DTD identifier string

Definiert in Zeile 46 der Datei Doctype.php.

$dtdSystem

System DTD identifier string

Definiert in Zeile 52 der Datei Doctype.php.

$modules = array()

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

Definiert in Zeile 22 der Datei Doctype.php.

Wird benutzt von __construct().

$name

Full name of doctype string

Definiert in Zeile 15 der Datei Doctype.php.

Wird benutzt von __construct().

$tidyModules = array()

List of modules to use for tidying up code array

Definiert in Zeile 28 der Datei Doctype.php.

Wird benutzt von __construct().

$xml = true

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

Definiert in Zeile 34 der Datei Doctype.php.

Wird benutzt von __construct().


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:




Korrekturen, Hinweise und Ergänzungen

Bitte scheuen Sie sich nicht und melden Sie, was auf dieser Seite sachlich falsch oder irreführend ist, was ergänzt werden sollte, was fehlt usw. Dazu bitte oben aus dem Menü Seite den Eintrag Support Forum wählen. Es ist eine kostenlose Anmeldung erforderlich, um Anmerkungen zu posten. Unpassende Postings, Spam usw. werden kommentarlos entfernt.