FormatRepository
Class FormatRepository
Table of Contents
Methods
- __construct() : mixed
- FormatRepository constructor.
- findAll() : array<string|int, mixed>
- findByCode() : FormatRepository|null
Methods
__construct()
FormatRepository constructor.
public
__construct([array<string|int, mixed> $params = [] ]) : mixed
Parameters
- $params : array<string|int, mixed> = []
findAll()
public
findAll(string $language) : array<string|int, mixed>
Parameters
- $language : string
Return values
array<string|int, mixed>findByCode()
public
findByCode(string $code, string $languageId) : FormatRepository|null
Parameters
- $code : string
- $languageId : string