コード例 #1
0
ファイル: MapDBDataParser.php プロジェクト: nncsang/Kurogo
 public function getCategory()
 {
     if (!$this->category) {
         $this->category = MapDB::categoryForId($this->categoryId);
     }
     return $this->category;
 }