Example #1
0
 public static final function _construct()
 {
     self::$_PLE = array('None' => 0, 'Numeric' => 10, 'Normal' => 62, 'High ASCII' => 95);
     self::$_PFD = Core::config('js_packer_fastdecode');
     self::$_PEN = Core::config('js_packer_encoding');
     self::$_PCH = Core::config('js_packer_specialchars');
     self::$_PIC = Core::config('js_packer_ignorecase');
     self::$_PEC = Core::config('js_packer_escapechar');
 }