| 1 | <?php |
||
| 16 | class AuditLogVariable |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Show log with critiera. |
||
| 20 | * |
||
| 21 | * @param array $criteria |
||
| 22 | * |
||
| 23 | * @return array |
||
| 24 | */ |
||
| 25 | public function log($criteria) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Show a specific log item. |
||
| 32 | * |
||
| 33 | * @param int $id |
||
| 34 | * |
||
| 35 | * @return AuditLogModel |
||
| 36 | */ |
||
| 37 | public function view($id) |
||
| 41 | } |
||
| 42 |