Ejemplo n.º 1
0
 public static function getInstance()
 {
     if (!is_object(self::$_instance)) {
         self::$_instance = new OPCrenderer();
     } else {
         //We store in UTC and use here of course also UTC
     }
     return self::$_instance;
 }