| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | public function getBalance(){ |
||
| 25 | $this->setParam(static::ACTION_FIELD_ACTION, 'getbalance'); |
||
| 26 | $response = $this->getResponse(static::ACTION_UNIVERSAL); |
||
| 27 | $dataGet = $this->decodeResponse(static::DECODE_ACTION_GET, $response); |
||
| 28 | return $dataGet[static::DECODE_PARAM_RESPONSE]; |
||
| 29 | } |
||
| 30 | } |
||
| 31 |