general에 getID 추가

This commit is contained in:
2018-10-05 21:04:43 +09:00
parent 303d8815e3
commit 8e1e21b960
+4
View File
@@ -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;
}