コード例 #1
0
ファイル: Bid.php プロジェクト: Sheriyev/G5-CRM
 public function getCategory()
 {
     $c = R::BID_TYPES();
     return $c[$this->bid_type];
 }