コード例 #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getSaleGroup()
 {
     return $this->hasOne(GroupSales::className(), ['id' => 'sale_group_id']);
 }
コード例 #2
0
ファイル: GroupSalesLine.php プロジェクト: hendri30/OpenPrint
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getKelompok()
 {
     return $this->hasOne(GroupSales::className(), ['id' => 'kelompok_id']);
 }