SqlParser\TokensList::offsetExists PHP Méthode

offsetExists() public méthode

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