userExists() public method

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