Esempio n. 1
0
 public static function Current()
 {
     if (!count(self::$_current)) {
         self::$_current[] = Typeframe_Response::Detect();
     }
     return self::$_current[count(self::$_current) - 1];
 }