Наследование: extends ProxyGenerator
 public function __construct($ProxyNamespace, $ProxyCachePath)
 {
     parent::__construct($ProxyNamespace, $ProxyCachePath);
     $this->ConcreteProxyDataGenerator = new ConcreteProxyDataGenerator();
 }