Phalcon\Db\Adapter\MongoDB\Model\IndexInfo::offsetUnset PHP Method

offsetUnset() public method

Not supported.
See also: http://php.net/arrayaccess.offsetunset
public offsetUnset ( $key )
    public function offsetUnset($key)
    {
        throw BadMethodCallException::classIsImmutable(__CLASS__);
    }