Sonata\PaymentBundle\Consumer\PaymentProcessOrderElementConsumer::getProductManager PHP Метод

getProductManager() защищенный Метод

Get the Manager of the given Product.
protected getProductManager ( string $productType ) : Sonata\CoreBundle\Model\ManagerInterface
$productType string
Результат Sonata\CoreBundle\Model\ManagerInterface
    protected function getProductManager($productType)
    {
        return $this->productPool->getManager($productType);
    }