Documentation

Region extends Model
in package

Holds region specific information.

Table of Contents

Properties

$city  : string
$continent  : string
$country  : string
$id  : string
$options  : array<string|int, mixed>

Methods

getCity()  : string
getContinent()  : string
getCountry()  : string
getId()  : string
getOptions()  : array<string|int, mixed>
setCity()  : void
setContinent()  : void
setCountry()  : void
setId()  : void
setOptions()  : void

Properties

$continent

protected string $continent

$country

protected string $country

$options

protected array<string|int, mixed> $options

Methods

getCity()

public getCity() : string
Return values
string

getContinent()

public getContinent() : string
Return values
string

getCountry()

public getCountry() : string
Return values
string

getId()

public getId() : string
Return values
string

getOptions()

public getOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>

setCity()

public setCity(string $city) : void
Parameters
$city : string

setContinent()

public setContinent(string $continent) : void
Parameters
$continent : string

setCountry()

public setCountry(string $country) : void
Parameters
$country : string

setId()

public setId(string $id) : void
Parameters
$id : string

setOptions()

public setOptions(array<string|int, mixed> $options) : void
Parameters
$options : array<string|int, mixed>

        
On this page

Search results