Diff #4 - trunk/docs/classes/admin/listloginhistory.md
2,119 bytes
|
|
January 20, 2025 at 08:20
|
Diff
Index: listloginhistory.md
--- listloginhistory.md (nonexistent) +++ listloginhistory.md (revision 4) @@ -0,0 +1,76 @@ + +# ArmorUser::listLoginHistory + +### Usage + +> array ArmorUser::listLoginHistory([ int $start = '0' ], [ int $limit = '0' ], [ bool $sort_desc = true ]) + +### Description + +> Get login history + +### Parameters + +Parameter | Required | Type | Description +------------- |------------- |------------- |------------- +start | No | int | +limit | No | int | +sort_desc | No | bool | + +### Return +> array +### See Also + +* activate() +* deactivate() +* delete() +* freeze() +* getActivityLogCount() +* getCreatedAt() +* getEmail() +* getLoginHistoryCount() +* getPassword() +* getPhone() +* getPhoneCountryCode() +* getPhoneFormatted() +* getPhoneNational() +* getRegCity() +* getRegCountry() +* getRegIpAddress() +* getRegLatitude() +* getRegLongitude() +* getRegProvinceISOCode() +* getRegProvinceName() +* getRegUserAgent() +* getTwoFactorFrequency() +* getTwoFactorType() +* getType() +* getUnfreezeAt() +* getUpdatedAt() +* getUsername() +* getUuid() +* hasEmail() +* hasPassword() +* hasPhone() +* hasUsername() +* isActive() +* isDeleted() +* isEmailVerified() +* isFrozen() +* isPending() +* isPhoneVerified() +* listActivityLog() +* listDevices() +* listIpAllow() +* prepare() +* toArray() +* undelete() +* unfreeze() +* updateEmail() +* updatePassword() +* updatePasswordWithMaster() +* updatePhone() +* updateTwoFactor() +* updateUsername() + +
Full Code
ArmorUser::listLoginHistory
Usage
array ArmorUser::listLoginHistory([ int $start = '0' ], [ int $limit = '0' ], [ bool $sort_desc = true ])
Description
Get login history
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| start | No | int | |
| limit | No | int | |
| sort_desc | No | bool |
Return
array
See Also
- activate()
- deactivate()
- delete()
- freeze()
- getActivityLogCount()
- getCreatedAt()
- getEmail()
- getLoginHistoryCount()
- getPassword()
- getPhone()
- getPhoneCountryCode()
- getPhoneFormatted()
- getPhoneNational()
- getRegCity()
- getRegCountry()
- getRegIpAddress()
- getRegLatitude()
- getRegLongitude()
- getRegProvinceISOCode()
- getRegProvinceName()
- getRegUserAgent()
- getTwoFactorFrequency()
- getTwoFactorType()
- getType()
- getUnfreezeAt()
- getUpdatedAt()
- getUsername()
- getUuid()
- hasEmail()
- hasPassword()
- hasPhone()
- hasUsername()
- isActive()
- isDeleted()
- isEmailVerified()
- isFrozen()
- isPending()
- isPhoneVerified()
- listActivityLog()
- listDevices()
- listIpAllow()
- prepare()
- toArray()
- undelete()
- unfreeze()
- updateEmail()
- updatePassword()
- updatePasswordWithMaster()
- updatePhone()
- updateTwoFactor()
- updateUsername()