User
in package
Represents a user account (login)
Table of Contents
- __construct() : mixed
- Constructor.
Methods
__construct()
Constructor.
public
__construct(string $id, string $password[, RestrictionSet $restrictionSet = null ][, Startpage $startpage = null ]) : mixed
See CrudkitServiceProvider documentation for how to define Users.
Parameters
- $id : string
-
The (unique) id of the user
- $password : string
-
The users password
- $restrictionSet : RestrictionSet = null
-
(optional)
- $startpage : Startpage = null
-
(optional)