Exemple #1
0
 /**
  * @param string $token
  * @return int
  */
 public function findUserIdByAuthToken($token)
 {
     return (int) $this->tokenDao->findUserIdByToken($token);
 }