Example #1
0
 /**
  * Helper function to convert the username to userid.
  *
  * @param $username
  *
  * @return \___PHPSTORM_HELPERS\static|bool
  */
 public function FindUserID($username)
 {
     return $this->database->UsernameToID($username);
 }