예제 #1
0
파일: Bid.php 프로젝트: Sheriyev/G5-CRM
 public function getCategory()
 {
     $c = R::BID_TYPES();
     return $c[$this->bid_type];
 }