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);
 }