示例#1
0
文件: Bid.php 项目: Sheriyev/G5-CRM
 public function getCategory()
 {
     $c = R::BID_TYPES();
     return $c[$this->bid_type];
 }