Kohkimakimoto\Worker\Worker::job PHP Method

job() public method

public job ( $name, $command )
    public function job($name, $command)
    {
        $this->job->register($name, $command);
        return $this;
    }