SitebaseAuthBackend
extends AbstractBasic
in package
Table of Contents
Properties
- $app : App
- $currentUserId : int|null
Methods
- __construct() : mixed
- validateUserPass() : bool
- {@inheritdoc}
Properties
$app
protected
App
$app
$currentUserId
protected
int|null
$currentUserId
= null
Methods
__construct()
public
__construct(App $app[, int|null $currentUserId = null ]) : mixed
Parameters
- $app : App
- $currentUserId : int|null = null
validateUserPass()
{@inheritdoc}
protected
validateUserPass(mixed $username, mixed $password) : bool
Parameters
- $username : mixed
- $password : mixed