Sonata\Component\Product\ProductDefinition::getManager PHP Method

getManager() public method

public getManager ( ) : Sonata\Component\Product\ProductManagerInterface
return Sonata\Component\Product\ProductManagerInterface
    public function getManager()
    {
        return $this->manager;
    }

Usage Example

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