| 1 | <?php |
||
| 7 | class DBStaticFleetBashing { |
||
| 8 | |||
| 9 | /** |
||
| 10 | * @param $user |
||
| 11 | * @param $planet_dst |
||
| 12 | * @param $time_limit |
||
| 13 | * |
||
| 14 | * @return array|bool|mysqli_result|null |
||
| 15 | */ |
||
| 16 | public static function db_bashing_list_get($user, $planet_dst, $time_limit) { |
||
| 21 | |||
| 22 | |||
| 23 | /** |
||
| 24 | * @param $bashing_list |
||
| 25 | */ |
||
| 26 | public static function db_bashing_insert($bashing_list) { |
||
| 29 | |||
| 30 | } |
||
| 31 |
This method has been deprecated.