PHP Class PHPHtmlParser\Dom\MockNode

This object is not to be used for any other reason.
Inheritance: extends InnerNode
Afficher le fichier Open project: paquettg/php-html-parser Class Usage Examples

Méthodes publiques

Méthode Description
innerHtml ( ) Mock of innner html.
outerHtml ( ) Mock of outer html.
text ( ) Mock of text.

Méthodes protégées

Méthode Description
clear ( ) Clear content of this node
getIteratorArray ( ) : array Returns all children of this html node.

Method Details

clear() protected méthode

Clear content of this node
protected clear ( )

getIteratorArray() protected méthode

Returns all children of this html node.
protected getIteratorArray ( ) : array
Résultat array

innerHtml() public méthode

Mock of innner html.
public innerHtml ( )

outerHtml() public méthode

Mock of outer html.
public outerHtml ( )

text() public méthode

Mock of text.
public text ( )