Elcodi\Store\MetricBundle\EventListener\AddOrderCompletedMetricEventListener::__construct PHP Метод

__construct() публичный Метод

Construct
public __construct ( Elcodi\Component\Metric\Core\Services\MetricManager $metricManager, Elcodi\Component\Store\Entity\Interfaces\StoreInterface $store )
$metricManager Elcodi\Component\Metric\Core\Services\MetricManager Metric manager
$store Elcodi\Component\Store\Entity\Interfaces\StoreInterface Store
    public function __construct(MetricManager $metricManager, StoreInterface $store)
    {
        $this->metricManager = $metricManager;
        $this->store = $store;
    }
AddOrderCompletedMetricEventListener