Exemple #1
0
 public static final function _construct()
 {
     self::$_CHR = Core::config('charset');
     self::$_VER = Core::config('xml_version');
     self::$_PWS = Core::config('xml_white_spaces');
     self::$_FOU = Core::config('xml_format_output');
 }