SqlParser\TokensList::offsetExists PHP Method

offsetExists() public method

Checks if an offset was previously set.
public offsetExists ( integer $offset ) : boolean
$offset integer The offset to be checked.
return boolean
    public function offsetExists($offset)
    {
        return $offset < $this->count;
    }