Ejemplo n.º 1
0
 /**
  * @return Fx_Extension
  */
 public static function ext()
 {
     if (null == self::$_extension) {
         self::$_extension = new Fx_Extension();
     }
     return self::$_extension;
 }