CacheTool\Console\Config::offsetExists PHP Метод

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

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return isset($this->config[$offset]);
    }