Exemple #1
0
 function getXmlBody()
 {
     $ret = parent::getXmlBody();
     $ret = $this->_replaceSystemPlaceholder($ret);
     return $ret;
 }