|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_constants (&$ContextSet, &$Options) | |
| list_form (&$Options) | |
| create_form (&$Options) | |
| update_form (&$Options) | |
| copy_form (&$Options) | |
| get_grid_templates (&$Options) | |
| last_records_form (&$Options) | |
| get_select_condition (&$Options) | |
| dependent_records_form (&$Options) | |
| record_view_form (&$Options) | |
| simple_form (&$Options) | |
| list_view (&$Options) | |
Data Fields | |
| $AutoMarkup = false | |
| $CachedMultyFS = false | |
| $ContextSetUtilities = false | |
| $DefaultViewsUtilities = false | |
| $Security = false | |
| $String = false | |
| $UserAlgorithms = false | |
| $Prefix = false | |
| $Provider = false | |
| $ContextSet = false | |
Class of the default views.
Definition at line 26 of file default_views.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 96 of file default_views.php.
| copy_form | ( | & | $Options | ) |
Function draws record copy form.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 356 of file default_views.php.
| create_form | ( | & | $Options | ) |
Function draws record creation form.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 213 of file default_views.php.
| dependent_records_form | ( | & | $Options | ) |
Function draws dependent records form.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 527 of file default_views.php.
| get_grid_templates | ( | & | $Options | ) |
Function returns templates.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 394 of file default_views.php.
| get_select_condition | ( | & | $Options | ) |
Function compiles record selection condition.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 483 of file default_views.php.
| last_records_form | ( | & | $Options | ) |
Function draws last records form.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 432 of file default_views.php.
| list_form | ( | & | $Options | ) |
Function draws list of records.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 173 of file default_views.php.
| list_view | ( | & | $Options | ) |
Method draws custom record list.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 735 of file default_views.php.
| record_view_form | ( | & | $Options | ) |
Method draws record.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 576 of file default_views.php.
| set_constants | ( | & | $ContextSet, |
| & | $Options | ||
| ) |
Function sets all necessary parameters.
| $ContextSet | - Set of contexts. |
| $Options | - Execution parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 139 of file default_views.php.
| simple_form | ( | & | $Options | ) |
Method draws record editing form.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 616 of file default_views.php.
| update_form | ( | & | $Options | ) |
Function draws record update form.
| $Options | - Execution parameters. |
| Exception | An exception of this type is thrown. |
Definition at line 258 of file default_views.php.
| $AutoMarkup = false |
Cached packages.
Definition at line 38 of file default_views.php.
| $CachedMultyFS = false |
Definition at line 39 of file default_views.php.
| $ContextSet = false |
Set of contexts.
Definition at line 80 of file default_views.php.
| $ContextSetUtilities = false |
Definition at line 40 of file default_views.php.
| $DefaultViewsUtilities = false |
Definition at line 41 of file default_views.php.
| $Prefix = false |
Prefix.
Definition at line 56 of file default_views.php.
| $Provider = false |
Object of the class wich provides all handlers.
Definition at line 68 of file default_views.php.
| $Security = false |
Definition at line 42 of file default_views.php.
| $String = false |
Definition at line 43 of file default_views.php.
| $UserAlgorithms = false |
Definition at line 44 of file default_views.php.