AppserverIo\Appserver\Core\Api\Node\CronNodeInterface::getJob PHP Méthode

getJob() public méthode

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