Kohkimakimoto\Worker\Job\JobManager::__construct PHP Method

__construct() public method

public __construct ( $worker, $dispatcher, $config, $output, $eventLoop )
    public function __construct($worker, $dispatcher, $config, $output, $eventLoop)
    {
        $this->worker = $worker;
        $this->dispatcher = $dispatcher;
        $this->config = $config;
        $this->output = $output;
        $this->eventLoop = $eventLoop;
    }