示例#1
0
 public function getKitchens()
 {
     return $this->hasMany(Kitchens::className(), ['id' => 'kitchen_id'])->via('pvtPlacesKitchens');
 }