Elgg\DeprecationWrapperTestObj2::offsetUnset PHP Méthode

offsetUnset() public méthode

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