Jarves\JarvesEventDispatcher::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, Symfony\Component\DependencyInjection\ContainerInterface $container, ConditionOperator $conditionOperator, Cacher $cacher )
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$container Symfony\Component\DependencyInjection\ContainerInterface
$conditionOperator ConditionOperator
$cacher Jarves\Cache\Cacher
    public function __construct(EventDispatcherInterface $eventDispatcher, ContainerInterface $container, ConditionOperator $conditionOperator, Cacher $cacher)
    {
        $this->container = $container;
        $this->conditionOperator = $conditionOperator;
        $this->cacher = $cacher;
        $this->eventDispatcher = $eventDispatcher;
    }