예제 #1
0
파일: Item.php 프로젝트: Sywooch/armin
 public function getCategoryText()
 {
     return Category::getTextValue($this->category_id);
 }