Property | Type | Description | |
---|---|---|---|
$_html | string | HTML source. |
Method | Description | |
---|---|---|
__construct ( string $html ) | Contructor. | |
tags ( string $name, Closure $filter = null ) : array | Returns all tags identified by the given name. |
public __construct ( string $html ) | ||
$html | string | HTML source. |