Go\Proxy\PropertyInterceptionTrait::__unset PHP Method

__unset() public method

public __unset ( $name )
    public function __unset($name)
    {
        $this->__properties[$name] = null;
    }
PropertyInterceptionTrait