Language
extends BaseContent
in package
Table of Contents
- __construct() : mixed
- Language constructor.
- SearchFields() : array<string|int, mixed>
- Get the search fields
Methods
__construct()
Language constructor.
public
__construct([int $id = null ][, string $language = null ]) : mixed
Instance a new Country object
Parameters
- $id : int = null
-
A Country id
- $language : string = null
-
The Country language
Return values
mixed —SearchFields()
Get the search fields
public
SearchFields() : array<string|int, mixed>