MeasureRepository
FinalYes
Table of Contents
Methods
- findAll() : array<string|int, Measure>
- findByCode() : Measure|null
- findById() : Measure|null
- getDefaultMeasure() : Measure|null
Methods
findAll()
public
static findAll() : array<string|int, Measure>
Return values
array<string|int, Measure>findByCode()
public
static findByCode(string|null $code) : Measure|null
Parameters
- $code : string|null
Return values
Measure|nullfindById()
public
static findById(int|null $id) : Measure|null
Parameters
- $id : int|null
Return values
Measure|nullgetDefaultMeasure()
public
static getDefaultMeasure() : Measure|null