IMP_Ftree_Prefs::offsetUnset PHP Метод

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

public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        $this[$offset] = false;
    }