Esempio n. 1
0
 /**
  * Get XML content
  * @access   private
  **/
 function _get_textxml($config_webserver_ip, $content)
 {
     $login_data = $this->steam->get_login_data();
     $login_data = $login_data->get_arguments();
     $modulXslt = $login_data[8]["libxslt"];
     $module = steam_factory::get_object($this->steam->get_id(), $modulXslt->get_id(), $modulXslt->get_type());
     $result = steam_connection::get_instance($this->steam->get_id())->predefined_command($module, "run", array($content, $this->object->get_attribute("xsl:public"), array(1 => "1")), "objarg", 0);
     return $result;
 }