Table of Contents
Properties
-
$db
: mixed
Methods
-
__construct()
: mixed
-
login()
: mixed
-
register()
: mixed
-
userExists()
: mixed
__construct()
public
__construct(DatabaseInterface $db) : mixed
Parameters
-
$db
: DatabaseInterface
-
login()
public
login(mixed $username, mixed $password) : mixed
Parameters
-
$username
: mixed
-
-
$password
: mixed
-
register()
public
register(mixed $username, mixed $password, mixed $email) : mixed
Parameters
-
$username
: mixed
-
-
$password
: mixed
-
-
$email
: mixed
-
userExists()
private
userExists(mixed $username, mixed $email) : mixed
Parameters
-
$username
: mixed
-
-
$email
: mixed
-