getManager() public méthode

public getManager ( ) : Sonata\Component\Product\ProductManagerInterface
Résultat Sonata\Component\Product\ProductManagerInterface
Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function getProductManager()
 {
     return $this->productDefinition->getManager();
 }