Auth extends Component
Authentication factory component
Table of Contents
Properties
| $components | |
| $helpers | |
| $models |
Methods
| __construct() | |
| create() | Creates a new instance of the given Auth library |
Methods
__construct()
public
__construct() : mixed
create()
Creates a new instance of the given Auth library
public
static create(string $lib[, array<string|int, mixed> $params = [] ]) : mixed
Parameters
- $lib : string
-
The library to load
- $params : array<string|int, mixed> = []
-
An array of parameters to pass to the library's constructor