Parser
AbstractYes
Table of Contents
Methods
- getConfig() : mixed
- getHtmlParser() : mixed
- getSource() : mixed
- parse() : mixed
- setConfig() : mixed
Methods
getConfig()
public
getConfig() : mixed
getHtmlParser()
public
static getHtmlParser() : mixed
getSource()
public
abstract getSource(Node $node) : mixed
Parameters
- $node : Node
parse()
public
abstract parse([mixed $text = "" ], Node $toNode) : mixed
Parameters
- $text : mixed = ""
- $toNode : Node
setConfig()
public
setConfig(ParserConfig $config) : mixed
Parameters
- $config : ParserConfig