Exemplo n.º 1
0
 public static function init()
 {
     if (self::$allowChangeInit === true) {
         session_start();
         self::$isInitialized = true;
     }
 }