1 | <?php |
||
14 | class ThreemaGateway_Installer_ActionThrottle |
||
15 | { |
||
16 | /** |
||
17 | * @var string database table name |
||
18 | */ |
||
19 | const DB_TABLE = 'xf_threemagw_action_throttle'; |
||
20 | |||
21 | /** |
||
22 | * Create a new table in the database. |
||
23 | */ |
||
24 | public function create() |
||
35 | |||
36 | /** |
||
37 | * Deletes the table. |
||
38 | */ |
||
39 | public function destroy() |
||
44 | } |
||
45 |