Sonata\Component\Product\ProductFinder::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Sonata\Component\Product\ProductManagerInterface $pManager )
$pManager Sonata\Component\Product\ProductManagerInterface
    public function __construct(ProductManagerInterface $pManager)
    {
        $this->pManager = $pManager;
    }