Constructors
constructor
- new UserStats(total, halfYear, month, reg_allowed): UserStats
Parameters
- total: number
- halfYear: number
- month: number
- reg_allowed: boolean
Properties
halfYear
halfYear: number
month
month: number
reg_allowed
reg_allowed: boolean
total
total: number
Name
UserStats
Description
Statistics about users.
Param: total
Total users.
Param: halfYear
Users active in the last 6 months.
Param: month
Users active in the last month.
Param: reg_allowed
Is registration allowed?