コード例 #1
0
 /**
  * Sets the root tag and calls the parent method
  *
  * @see SofortLibAbstract::sendRequest()
  */
 public function sendRequest()
 {
     $this->_rootTag = $this->_root . '_request';
     parent::sendRequest();
 }