PHPHtmlParser\Dom\Collection::offsetExists PHP Метод

offsetExists() публичный Метод

Checks if an offset exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Результат boolean
    public function offsetExists($offset)
    {
        return isset($this->collection[$offset]);
    }