ACC SHELL

Path : /www/hosting/oltv.cz/_/_class/system/
File Upload :
Current File : /www/hosting/oltv.cz/_/_class/system/SimpleXMLExtended.php

<?php
class SimpleXMLExtended extends SimpleXMLElement {
  public function addCData($cdata_text) {
    $node = dom_import_simplexml($this); 
    $no   = $node->ownerDocument; 
    $node->appendChild($no->createCDATASection($cdata_text)); 
  } 
}

ACC SHELL 2018