예제 #1
0
파일: TaskSearch.php 프로젝트: vsguts/crm
 public function attributeLabels()
 {
     $labels = parent::attributeLabels();
     $labels['partner_id'] = __('Partner');
     return $labels;
 }