PHP Class pQuery\DoctypeNode

Inheritance: extends DomNode
Afficher le fichier Open project: tburry/pquery

Méthodes publiques

Свойство Type Description
$dtd string
$tag #php5e

Méthodes publiques

Méthode Description
__construct ( DomNode $parent, string $dtd = '' ) Class constructor
toString ( $attributes = true, $recursive = true, $content_only = false )
toString_attributes ( )
toString_content ( $attributes = true, $recursive = true, $content_only = false )

Méthodes protégées

Méthode Description
filter_element ( ) #php4e

Method Details

__construct() public méthode

Class constructor
public __construct ( DomNode $parent, string $dtd = '' )
$parent DomNode
$dtd string

filter_element() protected méthode

#php4e
protected filter_element ( )

toString() public méthode

public toString ( $attributes = true, $recursive = true, $content_only = false )

toString_attributes() public méthode

public toString_attributes ( )

toString_content() public méthode

public toString_content ( $attributes = true, $recursive = true, $content_only = false )

Property Details

$dtd public_oe property

public string $dtd
Résultat string

$tag public_oe property

#php5e
public $tag