Abstract
Interface
Methods |
public abstract find ( string $selector , ? int $nth = NULL ) |
public abstract loadFromFile ( string $file , ? PHPHtmlParser\Options $options = NULL ) : PHPHtmlParser\Dom |
public abstract loadFromUrl ( string $url , ? PHPHtmlParser\Options $options , ? Psr\Http\Client\ClientInterface $client = NULL , ? Psr\Http\Message\RequestInterface $request = NULL ) : PHPHtmlParser\Dom |
public abstract loadStr ( string $str , ? PHPHtmlParser\Options $options = NULL ) : PHPHtmlParser\Dom |
public abstract setOptions ( PHPHtmlParser\Options $options ) : PHPHtmlParser\Dom |