| 1 | <?php |
||
| 3 | class DBStaticFleetBashing { |
||
| 4 | |||
| 5 | /** |
||
| 6 | * @param $user |
||
| 7 | * @param $planet_dst |
||
| 8 | * @param $time_limit |
||
| 9 | * |
||
| 10 | * @return array|bool|mysqli_result|null |
||
| 11 | */ |
||
| 12 | public static function db_bashing_list_get($user, $planet_dst, $time_limit) { |
||
| 17 | |||
| 18 | |||
| 19 | /** |
||
| 20 | * @param $bashing_list |
||
| 21 | */ |
||
| 22 | public static function db_bashing_insert($bashing_list) { |
||
| 25 | |||
| 26 | } |
||
| 27 |