Go\Proxy\PropertyInterceptionTrait::__unset PHP Метод

__unset() публичный Метод

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