Diff #4 - trunk/docs/classes/admin/__construct.md
2,345 bytes
|
|
January 20, 2025 at 08:20
|
Diff
Index: __construct.md
--- __construct.md (nonexistent)
+++ __construct.md (revision 4)
@@ -0,0 +1,84 @@
+
+# Admin::__construct
+
+### Usage
+
+> Admin::__construct(string $full_name, string $language, string $timezone)
+
+### Description
+
+> Constructor
+
+### Parameters
+
+Parameter | Required | Type | Description
+------------- |------------- |------------- |-------------
+full_name | Yes | string |
+language | Yes | string |
+timezone | Yes | string |
+
+### Return
+>
+### 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()
+* loadUsername()
+* loadUuid()
+* prepare()
+* toArray()
+* toDisplayArray()
+* undelete()
+* unfreeze()
+* updateEmail()
+* updatePassword()
+* updatePasswordWithMaster()
+* updatePhone()
+* updateTwoFactor()
+* updateUsername()
+
+
Full Code
Admin::__construct
Usage
Admin::__construct(string $full_name, string $language, string $timezone)
Description
Constructor
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| full_name | Yes | string | |
| language | Yes | string | |
| timezone | Yes | string |
Return
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()
- loadUsername()
- loadUuid()
- prepare()
- toArray()
- toDisplayArray()
- undelete()
- unfreeze()
- updateEmail()
- updatePassword()
- updatePasswordWithMaster()
- updatePhone()
- updateTwoFactor()
- updateUsername()