Ejemplo n.º 1
0
 public static function getContext()
 {
     if (self::$context === null) {
         self::$context = new self();
     }
     return self::$context;
 }