A convenience class to share data between classes and functions without using global variables.
Data stored using this class does not survive after the request.
cge_tmpdata | A convenience class to share data between classes and functions without using global variables. |