Property | Type | Description | |
---|---|---|---|
$country | string | Location coutnry | |
$id | string | Location ID | |
$name | string | Location name | |
$provider | string | Provider this location belongs to |
Method | Description | |
---|---|---|
__construct ( $id, $name = null, $country = null, $provider = null ) | ||
getCountry ( ) : string | ||
getId ( ) : string | ||
getName ( ) : string | ||
getProvider ( ) : string | ||
setCountry ( string $country ) | ||
setId ( string $id ) | ||
setName ( string $name ) | ||
setProvider ( string $provider ) |
public __construct ( $id, $name = null, $country = null, $provider = null ) |
protected string $provider | ||
return | string |