PHPHtmlParser\Selector::__construct PHP Method

__construct() public method

Constructs with the selector string
public __construct ( string $selector )
$selector string
    public function __construct($selector)
    {
        $this->parseSelectorString($selector);
    }