Go to the source code of this file.
Classes | |
class | JUgrSystem |
This class also deals with all the stuff about users, groups and roles that are stored in the session. The way it works is that an instance of it is stored in the session and modules access to it through a GetInstance static method that returns the object in session or, if it does not exist, it contructs a new one with the current active user in the system, stores it in session and returns it.
Definition in file JUgrSystem.class.php.