/**
  * @return Bronto_Api
  */
 public function getApi()
 {
     return $this->_apiObject->getApi();
 }
Exemplo n.º 2
0
 /**
  * @return string
  */
 public function getLastResponse()
 {
     return $this->_apiObject->getApi()->getLastResponse();
 }