예제 #1
0
파일: Answer.php 프로젝트: faninv/gtqa
 /**
  * Formatted user
  * @return int
  */
 public function getUserName()
 {
     return $this->user ? Module::getInstance()->getUserName($this->user, 'id') : $this->user_id;
 }