Ejemplo n.º 1
0
 function closeResponse()
 {
     $this->response .= '</response>';
     $this->response = self::formatXmlString($this->response);
     parent::closeResponse();
 }
 /**
  * Should be moved to somewhere else (where it fits better)
  *
  * @param string $configKey
  * @return \XmlDataHandler
  */
 public function __construct($configKey)
 {
     parent::__construct($configKey);
 }