Example #1
0
 /**
  * @inheritdoc
  */
 public function initializeContext()
 {
     $locationContext = $this->getLocationContext();
     $productContext = $this->getProductContext();
     $this->context = Struct\Context::createFromContexts($productContext, $locationContext);
 }