RedbookMakesDatabaseRepositoryContract
in
Table of Contents
- all() : Collection
- getIdByCode() : int|null
- getMakeByCode() : RedbookVehicleMake|null
Methods
all()
public
all() : Collection
Return values
Collection —getIdByCode()
public
getIdByCode(string $code) : int|null
Parameters
- $code : string
Return values
int|null —getMakeByCode()
public
getMakeByCode(string $code) : RedbookVehicleMake|null
Parameters
- $code : string