Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | class RedcoreModelWebservice_History_Log extends RModelAdmin |
||
22 | { |
||
23 | /** |
||
24 | * Method to delete one or more records. |
||
25 | * |
||
26 | * @param array $pks An array of record primary keys. |
||
27 | * |
||
28 | * @return boolean True if successful, false if an error occurs. |
||
29 | * |
||
30 | * @since 11.1 |
||
31 | */ |
||
32 | public function delete(&$pks) |
||
51 |