예제 #1
0
파일: TTovar.php 프로젝트: kd-brinex/kd
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBaskets()
 {
     return $this->hasMany(Basket::className(), ['tovar_id' => 'id']);
 }