From 2e5612697fa7875abdfee6b408fa6c284b4389a4 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 5 Oct 2018 21:04:43 +0900 Subject: [PATCH] =?UTF-8?q?general=EC=97=90=20getID=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/General.php | 4 ++++ 1 file changed, 4 insertions(+) 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; }