コード例 #1
0
ファイル: Shopping.php プロジェクト: systemdo/gauadmin
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMaterial()
 {
     return $this->hasOne(Material::className(), ['id' => 'material_id']);
 }