Example #1
0
 public function getNumerators()
 {
     return $this->hasMany(NumeratorTemplate::className(), ['FK_type' => 'id']);
 }