Phalcon\Db\Adapter\MongoDB\Model\IndexInfo::offsetUnset PHP Méthode

offsetUnset() public méthode

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