diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index 95b57d19..c9fcfd4c 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -124,6 +124,10 @@ class General implements iAction{ return $this->raw['name']; } + function getID():int{ + return $this->raw['no']; + } + function getRawCity():?array{ return $this->rawCity; }