|
ultimix
|
Public Member Functions | |
| load_settings () | |
| __construct () | |
| pre_generation (&$Options) | |
| login_form (&$Options) | |
| show_registration_form (&$Options) | |
| short_profile (&$Options) | |
| full_profile (&$Options) | |
| update_user_form (&$Options) | |
| selec_users_for_list_view ($Start=false, $Limit=false, $Field=false, $Order=false, $Condition= '1=1') | |
| view (&$Options) | |
Data Fields | |
| $CachedMultyFS = false | |
| $ContextSet = false | |
| $Security = false | |
| $String = false | |
| $UserAccess = false | |
| $UserAlgorithms = false | |
| $Output = false | |
| $EnableRegistration = 1 | |
| $RegistrationConfirm = 1 | |
| $EmailAsLogin = 0 | |
Working with user's accounts.
Definition at line 26 of file user_view.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 137 of file user_view.php.
| full_profile | ( | & | $Options | ) |
Method draws component.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 395 of file user_view.php.
| load_settings | ( | ) |
Function loads settings.
| Exception | An exception of this type is thrown. |
Definition at line 107 of file user_view.php.
| login_form | ( | & | $Options | ) |
Method draws login form.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 210 of file user_view.php.
| pre_generation | ( | & | $Options | ) |
Method executes before any page generating actions took place.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 173 of file user_view.php.
| selec_users_for_list_view | ( | $Start = false, |
|
$Limit = false, |
|||
$Field = false, |
|||
$Order = false, |
|||
$Condition = '1 = 1' |
|||
| ) |
Function returns list of records.
| $Start | - Number of the first record. |
| $Limit | - Count of records limitation. |
| $Field | - Field to sort by. |
| $Order | - Sorting order. |
| $Condition | - Additional conditions. |
| Exception | An exception of this type is thrown. |
Definition at line 532 of file user_view.php.
| short_profile | ( | & | $Options | ) |
Method draws component.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 359 of file user_view.php.
| show_registration_form | ( | & | $Options | ) |
Method draws component.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 313 of file user_view.php.
| update_user_form | ( | & | $Options | ) |
Method draws component.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 475 of file user_view.php.
| view | ( | & | $Options | ) |
Method draws component.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 606 of file user_view.php.
| $CachedMultyFS = false |
Cached packages.
Definition at line 38 of file user_view.php.
| $ContextSet = false |
Definition at line 39 of file user_view.php.
| $EmailAsLogin = 0 |
Use email as login.
Definition at line 91 of file user_view.php.
| $EnableRegistration = 1 |
If the registration exists.
Definition at line 67 of file user_view.php.
| $Output = false |
Display method's result.
Definition at line 55 of file user_view.php.
| $RegistrationConfirm = 1 |
Registration confirm.
Definition at line 79 of file user_view.php.
| $Security = false |
Definition at line 40 of file user_view.php.
| $String = false |
Definition at line 41 of file user_view.php.
| $UserAccess = false |
Definition at line 42 of file user_view.php.
| $UserAlgorithms = false |
Definition at line 43 of file user_view.php.