Scalr\Model\Collections\SettingsCollection::offsetExists PHP Method

offsetExists() public method

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        if (!parent::offsetExists($offset) && !$this->loaded) {
            $this->load();
        }
        return parent::offsetExists($offset);
    }