PHPHtmlParser\Dom\Collection::offsetExists PHP Method

offsetExists() public method

Checks if an offset exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
return boolean
    public function offsetExists($offset)
    {
        return isset($this->collection[$offset]);
    }