getManager() public method

public getManager ( ) : Sonata\Component\Product\ProductManagerInterface
return Sonata\Component\Product\ProductManagerInterface
コード例 #1
0
ファイル: BasketElement.php プロジェクト: lzdv/ecommerce
 /**
  * {@inheritdoc}
  */
 public function getProductManager()
 {
     return $this->productDefinition->getManager();
 }