Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getLevel()
 {
     return $this->hasOne(Level::className(), ['id' => 'level_id']);
 }
Exemplo n.º 2
0
 public function getLevels()
 {
     return @$this->hasOne(Level::className(), ['level' => 'risk_level']);
 }