예제 #1
0
 public function getBasicDenominator()
 {
     return $this->hasOne(BasicIndicators::className(), ['id' => 'denominator']);
 }