Ejemplo n.º 1
0
 public function getComplains()
 {
     return @$this->hasOne(Complain::className(), ['COMPLAIN_ID' => 'input_complain']);
 }