MGDigital\BusQue\SchedulerWorker::__construct PHP Method

__construct() public method

public __construct ( Implementation $implementation )
$implementation Implementation
    public function __construct(Implementation $implementation)
    {
        $this->implementation = $implementation;
    }