HtmlParser
extends Parser
Table of Contents
Properties
-
$debugTime
: mixed
-
$storePhpCode
: mixed
Methods
-
__construct()
: mixed
-
commentPHP()
: mixed
-
getConfig()
: mixed
-
getHtmlParser()
: mixed
-
getSource()
: mixed
-
parse()
: mixed
-
restorePHP()
: mixed
-
setConfig()
: mixed
-
storePHP()
: mixed
$debugTime
public
mixed
$debugTime
= 0
$storePhpCode
public
mixed
$storePhpCode
= true
__construct()
public
__construct() : mixed
public
commentPHP(mixed $html) : mixed
Parameters
-
$html
: mixed
-
getConfig()
public
getConfig() : mixed
getHtmlParser()
public
static getHtmlParser() : mixed
getSource()
public
getSource(Node $node) : mixed
Parameters
-
$node
: Node
-
parse()
public
parse([mixed $text = "" ], Node $node) : mixed
Parameters
-
$text
: mixed
= ""
-
-
$node
: Node
-
restorePHP()
public
restorePHP(mixed $html) : mixed
Parameters
-
$html
: mixed
-
setConfig()
public
setConfig(ParserConfig $config) : mixed
Parameters
-
$config
: ParserConfig
-
storePHP()
public
storePHP(mixed $html) : mixed
Parameters
-
$html
: mixed
-