\NimrodParserInterface

NimrodParser interface.

Summary

Methods
Constants
configure()
loadFile()
loadString()
parse()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

configure()

configure(array  $conf) 

Configuration setup.

Parameters

array $conf

The config properties.

loadFile()

loadFile(string  $file) : \NimrodParser

Load file to the DOM.

Parameters

string $file

Input file.

Returns

\NimrodParser

loadString()

loadString(string  $html) : \NimrodParser

Load string to the DOM.

Parameters

string $html

Input HTML.

Returns

\NimrodParser

parse()

parse() : string

Parse the DOM.

Returns

string