| [ Index ] |
PHP Cross Reference of GlotPress |
[Summary view] [Print] [Text view]
1 <?php 2 class GP { 3 // models 4 static $project; 5 static $user; 6 static $translation_set; 7 static $permission; 8 static $validator_permission; 9 static $translation; 10 static $original; 11 // other singletons 12 static $router; 13 static $redirect_notices = array(); 14 static $translation_warnings; 15 static $builtin_translation_warnings; 16 static $current_route = null; 17 static $formats; 18 // plugins can use this space 19 static $vars = array(); 20 // for plugin singletons 21 static $plugins; 22 } 23 GP::$plugins = new stdClass();
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu May 24 03:59:35 2012 | Hosted by follow the white rabbit. |