Diff #4 - trunk/docs/classes/admin/getactivitylogcount.md Repo: apex/webapp Revision: 4 Filename: trunk/docs/classes/admin/getactivitylogcount.md Size: 1,871 bytes Updated By: apex Date Updated: January 20, 2025 at 08:20 DiffFull Code Diff Index: getactivitylogcount.md --- getactivitylogcount.md (nonexistent) +++ getactivitylogcount.md (revision 4) @@ -0,0 +1,70 @@ + +# ArmorUser::getActivityLogCount + +### Usage + +> int ArmorUser::getActivityLogCount() + +### Description + +> Get activity log count + + + +### Return +> int +### See Also + +* activate() +* deactivate() +* delete() +* freeze() +* 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() +* listLoginHistory() +* prepare() +* toArray() +* undelete() +* unfreeze() +* updateEmail() +* updatePassword() +* updatePasswordWithMaster() +* updatePhone() +* updateTwoFactor() +* updateUsername() + + Full Code ArmorUser::getActivityLogCount Usage int ArmorUser::getActivityLogCount() Description Get activity log count Return int See Also activate() deactivate() delete() freeze() 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() listLoginHistory() prepare() toArray() undelete() unfreeze() updateEmail() updatePassword() updatePasswordWithMaster() updatePhone() updateTwoFactor() updateUsername()