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