|
ultimix
|
Public Member Functions | |
| __construct () | |
| object_exists ($id) | |
| get_by_id ($id) | |
Data Fields | |
| $ContentAccess = false | |
| $Security = false | |
Class provides content manipulation routine.
Definition at line 26 of file content_algorithms.php.
| __construct | ( | ) |
Constructor.
Definition at line 51 of file content_algorithms.php.
| get_by_id | ( | $id | ) |
Function returns record by it's id.
| $id | - Record's id. |
| Exception | An exception of this type is thrown. |
Definition at line 124 of file content_algorithms.php.
| object_exists | ( | $id | ) |
Function validates object's existense.
| $id | - Record's id. |
| Exception | An exception of this type is thrown. |
Definition at line 86 of file content_algorithms.php.
| $ContentAccess = false |
Cached objects.
Definition at line 38 of file content_algorithms.php.
| $Security = false |
Definition at line 39 of file content_algorithms.php.