/**
* Proxy to __unset
* Required by the ArrayAccess implementation
*
* @param string $offset
*/
#[\ReturnTypeWillChange]
public function offsetUnset($offset)
{
return $this->__unset($offset);
}
/**
* Initialize object
*
* Called from {@link __construct()} as final step of object instantiation.
*
* @return void
*/
public function init()
{
}