コード例 #1
0
ファイル: Items.php プロジェクト: kotmonstr/gitar
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBrend()
 {
     return $this->hasOne(Brend::className(), ['id' => 'brend_id']);
 }