general에 getID 추가
This commit is contained in:
@@ -124,6 +124,10 @@ class General implements iAction{
|
|||||||
return $this->raw['name'];
|
return $this->raw['name'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getID():int{
|
||||||
|
return $this->raw['no'];
|
||||||
|
}
|
||||||
|
|
||||||
function getRawCity():?array{
|
function getRawCity():?array{
|
||||||
return $this->rawCity;
|
return $this->rawCity;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user