Elgg\DeprecationWrapperTestObj2::offsetUnset PHP Method

offsetUnset() public method

public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        unset($this->data[$offset]);
    }