Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getLogs()
 {
     return $this->hasMany(Logs::className(), ['LogEventId' => 'LogEventId']);
 }
Example #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getLogs()
 {
     return $this->hasMany(Logs::className(), ['UserId' => 'id']);
 }