Example #1
0
 public function getFilters()
 {
     return $this->hasOne(Filter::className(), ['id' => 'filter_id']);
 }