Exemple #1
0
 /**
  * Set encoding to use in response
  *
  * @param string $encoding
  * @return Zend\XmlRpc\Response
  */
 public function setEncoding($encoding)
 {
     $this->_encoding = $encoding;
     Value::setEncoding($encoding);
     return $this;
 }