Public Member Functions | |
HtmlInterface ($modname=null) | |
GetInterfacePath () | |
& | GetInterfaceModule () |
GetLoginPath () | |
& | GetLoginModule () |
GetCurrentModulePath () | |
GetModulePath ($module) | |
LoadCurrentModule () | |
CheckSession () | |
GetCSSPath () | |
Public Attributes | |
$webpath | |
The web path of the system. | |
$modules | |
The Modules object. | |
$errorloading | |
module |
Definition at line 12 of file HtmlInterface.class.php.
|
The constructor. If the module sets a value to modname the constructor also calls to JSystem::InitModule($modname) in order to initialize the global variables and to check whether the session is still alive or not.
Definition at line 25 of file HtmlInterface.class.php. References JSystem::GetConfig(), Modules::GetInstance(), JSystem::InitModule(), and JSystem::IsError(). |
|
Static method that checks if the user is logged and shows an error if he isn't. Definition at line 124 of file HtmlInterface.class.php. References JSystem::GetConfig(), JSystem::IsError(), and JSystem::IsLogged(). |
|
Static method that returns the path where the CSS is.
Definition at line 147 of file HtmlInterface.class.php. References JSystem::GetConfig(). |
|
Returns the path to load the html interface of the current module.
Definition at line 82 of file HtmlInterface.class.php. References $module, and JSystem::GetCurrentModule(). |
|
Returns the name of the Html Interface module.
Definition at line 52 of file HtmlInterface.class.php. References JSystem::GetConfig(). |
|
Gets the HTML Interface of the system.
Definition at line 43 of file HtmlInterface.class.php. |
|
Returns the name of the Html Login module.
Definition at line 71 of file HtmlInterface.class.php. References JSystem::GetConfig(). |
|
Gets the HTML login of the system.
Definition at line 62 of file HtmlInterface.class.php. |
|
Returns the path to load the html interface of the given module.
Definition at line 93 of file HtmlInterface.class.php. |
|
Loads the HTML interface of the current module using the location HTTP header.
Definition at line 107 of file HtmlInterface.class.php. |
|
module Indicates whether there was an error loading the Definition at line 16 of file HtmlInterface.class.php. |
|
The Modules object.
Definition at line 15 of file HtmlInterface.class.php. |
|
The web path of the system.
Definition at line 14 of file HtmlInterface.class.php. |