Diff #4 - trunk/docs/classes/admin/loadusername.md
2,298 bytes
|
|
January 20, 2025 at 08:20
|
Diff
Index: loadusername.md
--- loadusername.md (nonexistent) +++ loadusername.md (revision 4) @@ -0,0 +1,82 @@ + +# Admin::loadUsername + +### Usage + +> ?static Admin::loadUsername(string $username, [ bool $is_deleted = false ]) + +### Description + +> Load by username + +### Parameters + +Parameter | Required | Type | Description +------------- |------------- |------------- |------------- +username | Yes | string | +is_deleted | No | bool | + +### Return +> ?static +### See Also + +* activate() +* deactivate() +* delete() +* freeze() +* getActivityLogCount() +* getCreatedAt() +* getCurrency() +* getEmail() +* getFullName() +* getLanguage() +* getLoginHistoryCount() +* getPassword() +* getPhone() +* getPhoneCountryCode() +* getPhoneFormatted() +* getPhoneNational() +* getRegCity() +* getRegCountry() +* getRegIpAddress() +* getRegLatitude() +* getRegLongitude() +* getRegProvinceISOCode() +* getRegProvinceName() +* getRegUserAgent() +* getTimezone() +* getTwoFactorFrequency() +* getTwoFactorType() +* getType() +* getUnfreezeAt() +* getUpdatedAt() +* getUsername() +* getUuid() +* hasEmail() +* hasPassword() +* hasPhone() +* hasUsername() +* isActive() +* isDeleted() +* isEmailVerified() +* isFrozen() +* isPending() +* isPhoneVerified() +* listActivityLog() +* listDevices() +* listIpAllow() +* listLoginHistory() +* loadUuid() +* prepare() +* toArray() +* toDisplayArray() +* undelete() +* unfreeze() +* updateEmail() +* updatePassword() +* updatePasswordWithMaster() +* updatePhone() +* updateTwoFactor() +* updateUsername() + +
Full Code
Admin::loadUsername
Usage
?static Admin::loadUsername(string $username, [ bool $is_deleted = false ])
Description
Load by username
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| username | Yes | string | |
| is_deleted | No | bool |
Return
?static
See Also
- activate()
- deactivate()
- delete()
- freeze()
- getActivityLogCount()
- getCreatedAt()
- getCurrency()
- getEmail()
- getFullName()
- getLanguage()
- getLoginHistoryCount()
- getPassword()
- getPhone()
- getPhoneCountryCode()
- getPhoneFormatted()
- getPhoneNational()
- getRegCity()
- getRegCountry()
- getRegIpAddress()
- getRegLatitude()
- getRegLongitude()
- getRegProvinceISOCode()
- getRegProvinceName()
- getRegUserAgent()
- getTimezone()
- getTwoFactorFrequency()
- getTwoFactorType()
- getType()
- getUnfreezeAt()
- getUpdatedAt()
- getUsername()
- getUuid()
- hasEmail()
- hasPassword()
- hasPhone()
- hasUsername()
- isActive()
- isDeleted()
- isEmailVerified()
- isFrozen()
- isPending()
- isPhoneVerified()
- listActivityLog()
- listDevices()
- listIpAllow()
- listLoginHistory()
- loadUuid()
- prepare()
- toArray()
- toDisplayArray()
- undelete()
- unfreeze()
- updateEmail()
- updatePassword()
- updatePasswordWithMaster()
- updatePhone()
- updateTwoFactor()
- updateUsername()