Phalcon\Db\Adapter\MongoDB\Model\IndexInfo::offsetExists PHP Метод

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

Check whether a field exists in the index information.
См. также: http://php.net/arrayaccess.offsetexists
public offsetExists ( mixed $key ) : boolean
$key mixed
Результат boolean
    public function offsetExists($key)
    {
        return array_key_exists($key, $this->info);
    }