IMP_Ftree_Prefs::offsetUnset PHP Method

offsetUnset() public method

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