
Static Public Member Functions | |
| static | singleton () |
| static | autoload ($className) |
Private Member Functions | |
| __clone () | |
Definition at line 12 of file Singleton.php.
| static Panda_Loader_Singleton::singleton | ( | ) | [static] |
Returns a singleton instance
Definition at line 20 of file Singleton.php.
| static Panda_Loader_Singleton::autoload | ( | $ | className | ) | [static] |
An autoloader which for use with SPL
| string | $className |
Definition at line 37 of file Singleton.php.
| Panda_Loader_Singleton::__clone | ( | ) | [private] |
Prevents unwanted cloning
Definition at line 45 of file Singleton.php.
1.5.4