Beispiel #1
0
 /**
  * @return \Spryker\Shared\Kernel\BundleProxy
  */
 protected function getBundleProxy()
 {
     $bundleProxy = new BundleProxy();
     if ($this->locator === null) {
         $this->locator = [new ClientLocator()];
     }
     $bundleProxy->setLocator($this->locator);
     return $bundleProxy;
 }