AppserverIo\Appserver\Core\Api\Node\CronNodeInterface::getJob PHP 메소드

getJob() 공개 메소드

Returns the job with the passed name.
public getJob ( string $name ) : mixed
$name string The name of the job to be returned
리턴 mixed The requested job
    public function getJob($name);