示例#1
0
 public function getBrand()
 {
     return $this->hasOne(Brand::className(), ['id' => 'brand_id']);
 }