\apibvw\ModelSession

Model class for a Session. It stores the time, type and result of every enrollment or verifying operation of a user.

Summary

Methods
Properties
Constants
No public methods found
$timestamps
No constants found
No protected methods found
$table
N/A
No private methods found
No private properties found
N/A

Properties

$timestamps

$timestamps : boolean

For BVW, we use our own timestamp, not the ones provided by the eloquent class

Type

boolean

$table

$table : string

The database table used by the model. In this case, 'session'.

Type

string