Static Public Member Functions | |
| static | main () |
| static | getGlobalCfg ($name) |
| static | getCfg () |
Private Member Functions | |
| __construct () | |
Static Private Member Functions | |
| static | init () |
| static | handleError (Exception $err) |
Static Private Attributes | |
| static | $cfg |
It's the website main Singleton
Definition at line 11 of file nyro.class.php.
| __construct | ( | ) | [private] |
No instanciation for this class
Definition at line 23 of file nyro.class.php.
| static getCfg | ( | ) | [static] |
| static getGlobalCfg | ( | $ | name | ) | [static] |
Get a configuration setting
| string | $name Confirguration key needed |
Definition at line 92 of file nyro.class.php.
| static handleError | ( | Exception $ | err | ) | [static, private] |
Handle an error to be shown to the user
| Exception | $err |
Definition at line 113 of file nyro.class.php.
| static init | ( | ) | [static, private] |
Initialize nyro
Definition at line 28 of file nyro.class.php.
| static main | ( | ) | [static] |
Website main
Definition at line 45 of file nyro.class.php.
$cfg [static, private] |
Definition at line 18 of file nyro.class.php.
1.7.1