コード例 #1
0
ファイル: map_class.php プロジェクト: andopor/doma-project
 public function GetCategory()
 {
     if (!$this->Category) {
         $this->Category = DataAccess::GetCategoryByID($this->CategoryID);
     }
     return $this->Category;
 }