Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getType()
 {
     return $this->hasOne(FilterType::className(), ['id' => 'filter_type']);
 }