| Class Vapor::TransactionLog |
|
Log entry containing information about a single Transaction. Should not be instantiated by the user. Call only documented get-methods.
| Methods |
| Attributes |
| committer | [RW] | Committer of the transaction. |
| message | [RW] | Log message describing the changes made by the transaction |
| Included modules |
| Public Instance methods |
| date() |
timestamp of the transaction’s commit
| modified_objects() |
Frozen array of objects modified by the transaction.