1 | <?php |
||
16 | class AuditLogRecord extends BaseRecord |
||
17 | { |
||
18 | /** |
||
19 | * Return the table name. |
||
20 | * |
||
21 | * @return string |
||
22 | */ |
||
23 | public function getTableName() |
||
27 | |||
28 | /** |
||
29 | * Return the table fields. |
||
30 | * |
||
31 | * @return array |
||
32 | */ |
||
33 | protected function defineAttributes() |
||
43 | |||
44 | /** |
||
45 | * Define the table relations. |
||
46 | * |
||
47 | * @return array |
||
48 | */ |
||
49 | public function defineRelations() |
||
55 | } |
||
56 |