| Аргумент | Возможный тип | Описание |
| У метода нет аргументов | ||
$this->load->model('openbay/ebay');
$json = $this->model_openbay_ebay->getUsage();
$json['html'] = base64_decode($json['html']);
$json['lasterror'] = $this->openbay->ebay->lasterror;
$json['lastmsg'] = $this->openbay->ebay->lastmsg;
$this->response->setOutput(json_encode($json));