
Public Member Functions | |
| doc () | |
| getAttributes () | |
| getUniqueAttributes () | |
Protected Attributes | |
| $action | |
| The numeric code of the action performed (from a class constant). | |
| $details | |
| An associated array of details about this event. | |
| $source | |
| The source of the action, usually represented as a user ID. | |
| $target | |
| The target of the action, usually represented as an object ID. | |
| $transaction | |
| The transaction ID, which cannot be used twice (makes events idempotent). | |
An instance of this class represents an event generated by the user of the application, most often through a POST request. The object extends SModel in case we want to store it in our project's database!
updated 6/17/07
Definition at line 14 of file SEvent.php5.
| SEvent::doc | ( | ) |
| SEvent::getAttributes | ( | ) |
| SEvent::getUniqueAttributes | ( | ) |
1.5.6