userExists() 공개 메소드

Returns true if the given userLogin is known in the database
public userExists ( string $userLogin ) : boolean
$userLogin string
리턴 boolean true if the user is known
 private function userExistsInPiwik($login)
 {
     return $this->usersManagerAPI->userExists($login);
 }