PHP Class pQuery\CommentNode

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
__construct ( DomNode $parent, string $text = '' ) Class constructor
isComment ( ) #php4e
isTextOrComment ( )
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_comment ( )
filter_element ( )

Method Details

__construct() public méthode

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

filter_comment() protected méthode

protected filter_comment ( )

filter_element() protected méthode

protected filter_element ( )

isComment() public méthode

#php4e
public isComment ( )

isTextOrComment() public méthode

public isTextOrComment ( )

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

$tag public_oe property

#php5e
public $tag

$text public_oe property

public string $text
Résultat string