Public Member Functions | |
| Application () | |
| getContextDepth () | |
| getContextList () | |
| getDAOMap () | |
| getName () | |
| getNameKey () | |
| getPluginCategories () | |
| getVersionDescriptorUrl () | |
| & | instantiateHelp () |
Definition at line 30 of file Application.inc.php.
| Application.getContextDepth | ( | ) |
Get the "context depth" of this application, i.e. the number of parts of the URL after index.php that represent the context of the current request (e.g. Journal [1], or Conference and Scheduled Conference [2]).
Definition at line 42 of file Application.inc.php.
| Application.getDAOMap | ( | ) |
Get the map of DAOName => full.class.Path for this application.
Definition at line 79 of file Application.inc.php.
| Application.getName | ( | ) |
Get the symbolic name of this application
Definition at line 54 of file Application.inc.php.
| Application.getNameKey | ( | ) |
Get the locale key for the name of this application.
Definition at line 62 of file Application.inc.php.
| Application.getPluginCategories | ( | ) |
Get the list of plugin categories for this application.
Definition at line 138 of file Application.inc.php.
| Application.getVersionDescriptorUrl | ( | ) |
Get the URL to the XML descriptor for the current version of this application.
Definition at line 71 of file Application.inc.php.
| & Application.instantiateHelp | ( | ) |
Instantiate the help object for this application.
Definition at line 157 of file Application.inc.php.
1.4.7