PHP Class pQuery\DoctypeNode

Inheritance: extends DomNode
Datei anzeigen Open project: tburry/pquery

Public Properties

Property Type Description
$dtd string
$tag #php5e

Public Methods

Method 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 )

Protected Methods

Method Description
filter_element ( ) #php4e

Method Details

__construct() public method

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

filter_element() protected method

#php4e
protected filter_element ( )

toString() public method

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

toString_attributes() public method

public toString_attributes ( )

toString_content() public method

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

Property Details

$dtd public_oe property

public string $dtd
return string

$tag public_oe property

#php5e
public $tag