RedbookFamiliesDatabaseRepository
in package
implements
RedbookFamiliesDatabaseRepositoryContract
Interfaces, Classes, Traits and Enums
Table of Contents
- all() : Collection
- getByMakeCodeFamilyCode() : RedbookVehicleFamily|null
- getIdByMakeCodeFamilyCode() : int|null
Methods
all()
public
all() : Collection
Return values
Collection —getByMakeCodeFamilyCode()
public
getByMakeCodeFamilyCode(string $makeCode, string $familyCode) : RedbookVehicleFamily|null
Parameters
- $makeCode : string
- $familyCode : string
Tags
Return values
RedbookVehicleFamily|null —getIdByMakeCodeFamilyCode()
public
getIdByMakeCodeFamilyCode(string $makeCode, string $familyCode) : int|null
Parameters
- $makeCode : string
- $familyCode : string