Example #1
0
 public function getCreater()
 {
     return $this->hasOne(UserAccount::className(), ['id' => 'created_by']);
 }
Example #2
0
 public function getUser()
 {
     return $this->hasOne(UserAccount::className(), ['id' => 'user_id']);
 }