コード例 #1
0
ファイル: CellPhoneCosts.php プロジェクト: ricardo91/basic
 public function getProfitCenter()
 {
     return $this->hasOne(ProfitCenter::className(), ['number' => 'profit_center_id']);
     //return $this->belongsTo(ProfitCenter::className(), ['profit_center_id']);
 }