JobService
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- getById() : Job|null
Properties
$jobRepository
private
IJobRepository
$jobRepository
Methods
__construct()
public
__construct(IJobRepository $jobRepository) : mixed
Parameters
- $jobRepository : IJobRepository
getById()
public
getById(int $id) : Job|null
Parameters
- $id : int