@@ -196,6 +196,9 @@ |
||
| 196 | 196 | } |
| 197 | 197 | } |
| 198 | 198 | |
| 199 | + /** |
|
| 200 | + * @param V2FleetContainer $cFleet |
|
| 201 | + */ |
|
| 199 | 202 | public function dbSave($cFleet) { |
| 200 | 203 | |
| 201 | 204 | } |
@@ -31,6 +31,9 @@ |
||
| 31 | 31 | |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | + /** |
|
| 35 | + * @param integer $snId |
|
| 36 | + */ |
|
| 34 | 37 | public function unitAdd($snId, $level) { |
| 35 | 38 | if($this->indexIsSet($snId)) { |
| 36 | 39 | $this->indexGetObject($snId)->$level += $level; |