Exemplo n.º 1
0
 /**
  * Constructor.
  *
  */
 public function __construct($options = array())
 {
     parent::__construct($options);
     $this->_client = new Zend_Http_Client();
     $this->_client->setHeaders('Accept', 'application/json');
 }
Exemplo n.º 2
0
 public function __construct($options = array())
 {
     parent::__construct($options);
 }