mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 14:08:40 +00:00
Add docblocks
This commit is contained in:
parent
85746809af
commit
1e0a841447
|
|
@ -72,6 +72,18 @@ final class Country
|
||||||
*/
|
*/
|
||||||
private $subdevision = '';
|
private $subdevision = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get id
|
||||||
|
*
|
||||||
|
* @return int
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
public function getId() : int
|
||||||
|
{
|
||||||
|
return $this->id;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get country name
|
* Get country name
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,18 @@ final class Language
|
||||||
*/
|
*/
|
||||||
private $code3Native = '';
|
private $code3Native = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get id
|
||||||
|
*
|
||||||
|
* @return int
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
public function getId() : int
|
||||||
|
{
|
||||||
|
return $this->id;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get language name
|
* Get language name
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user