Spot\Relation\HasMany::offsetExists PHP Метод

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

----------------------------------------------
public offsetExists ( $key )
    public function offsetExists($key)
    {
        $this->execute();
        return isset($this->result[$key]);
    }