| App |
|
| Apps |
\Lobby\Apps
Associated with all kinds of operations with apps |
| CachedFileReader |
|
| CLI |
Command Line Interface for Lobby |
| DB |
DB = DataBase
Handling of Database |
| FileReader |
|
| FS |
FileSystem of Lobby
Retreive, modify & write files inside Lobby
It only works for paths inside Lobby |
| FSObj |
Lobby\FS in Object context |
| gettext_reader |
Provides a simple gettext replacement that works independently from
the system's gettext abilities. |
| Install |
Handle Lobby installation process |
| l10n |
Internationalization |
| Module |
A module's base class. |
| Modules |
Modules extend the functionalities of Lobby |
| Need |
A class for satisying depenedencies of an App
"Need" is a synonym of Require |
| Router |
The Router class for Routing paths coming to Lobby accordingly
Klein is used as the Routing Library, so Route names and others
will be as Klein's : https://github.com/chriso/klein.php |
| Server |
|
| StreamReader |
|
| StringReader |
|
| Time |
Handle time conversions and date outputs |
| Update |
The Update class. |