RedbookMakesDatabaseRepository
in package
implements
RedbookMakesDatabaseRepositoryContract
Interfaces, Classes, Traits and Enums
Table of Contents
- all() : Collection
- getIdByCode() : int|null
- getMakeByCode() : RedbookVehicleMake|null
Methods
all()
public
all() : Collection
Tags
Return values
Collection —getIdByCode()
public
getIdByCode(string $code) : int|null
Parameters
- $code : string
Tags
Return values
int|null —getMakeByCode()
public
getMakeByCode(mixed $code) : RedbookVehicleMake|null
Parameters
- $code : mixed