@@ -91,6 +91,9 @@ |
||
91 | 91 | $this->charge(3, $type, $sum, $currency); |
92 | 92 | } |
93 | 93 | |
94 | + /** |
|
95 | + * @param integer $no |
|
96 | + */ |
|
94 | 97 | public function charge($no, $type, $sum = null, $currency = null) |
95 | 98 | { |
96 | 99 | var_dump($this->formula); |