Table of Contents
Methods
-
__callStatic()
: mixed
-
capture()
: Result
-
detect()
: Result
-
fromHtml()
: HtmlParser
-
fromText()
: TextParser
-
getModules()
: mixed
__callStatic()
public
static __callStatic(mixed $method, mixed $arguments) : mixed
Parameters
-
$method
: mixed
-
-
$arguments
: mixed
-
capture()
public
static capture() : Result
detect()
public
static detect(mixed $contents) : Result
Parameters
-
$contents
: mixed
-
fromHtml()
public
static fromHtml(mixed $contents) : HtmlParser
Parameters
-
$contents
: mixed
-
fromText()
public
static fromText(mixed $contents) : TextParser
Parameters
-
$contents
: mixed
-
getModules()
public
static getModules() : mixed