|
ultimix
|
Public Member Functions | |
| __construct () | |
| get_last_field_vlue ($id, $ObjectType, $Name) | |
| need_save_field ($id, $ObjectType, $Name, $NewValue) | |
| get_author () | |
| add_to_history ($id, $ObjectType, $Record) | |
| get_history ($id, $ObjectType) | |
Data Fields | |
| $NativeTable = '`umx_change_history`' | |
| $Database = false | |
| $Link = false | |
| $LinkDictionary = false | |
| $Security = false | |
| $UserAlgorithms = false | |
Class provides records change history manupulation routine.
Definition at line 26 of file change_history_access.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 70 of file change_history_access.php.
| add_to_history | ( | $id, | |
| $ObjectType, | |||
| $Record | |||
| ) |
Function saves changes history.
| $id | - Id of the saving record. |
| $ObjectType | - Object type. |
| $Record | - Fields to save. |
| Exception | An exception of this type is thrown. |
Definition at line 296 of file change_history_access.php.
| get_author | ( | ) |
Method returns action's author.
| Exception | An exception of this type is thrown. |
Definition at line 256 of file change_history_access.php.
| get_history | ( | $id, | |
| $ObjectType | |||
| ) |
Function retrives changes history.
| $id | - Id of the saving record. |
| $ObjectType | - Object type. |
| Exception | An exception of this type is thrown. |
Definition at line 350 of file change_history_access.php.
| get_last_field_vlue | ( | $id, | |
| $ObjectType, | |||
| $Name | |||
| ) |
Function retrives last field value.
| $id | - Id of the saving record. |
| $ObjectType | - Numeric object type. |
| $Name | - Field name. |
| Exception | An exception of this type is thrown. |
Definition at line 167 of file change_history_access.php.
| need_save_field | ( | $id, | |
| $ObjectType, | |||
| $Name, | |||
| $NewValue | |||
| ) |
Should the field be saved.
| $id | - Id of the saving record. |
| $ObjectType | - Numeric object type. |
| $Name | - Field name. |
| $NewValue | - Field value. |
| Exception | An exception of this type is thrown. |
Definition at line 224 of file change_history_access.php.
| $Database = false |
Cached packages.
Definition at line 50 of file change_history_access.php.
| $Link = false |
Definition at line 51 of file change_history_access.php.
| $LinkDictionary = false |
Definition at line 52 of file change_history_access.php.
| $NativeTable = '`umx_change_history`' |
Table name in wich objects of this entity are stored.
Definition at line 38 of file change_history_access.php.
| $Security = false |
Definition at line 53 of file change_history_access.php.
| $UserAlgorithms = false |
Definition at line 54 of file change_history_access.php.