Class describing this application. More...
Public Member Functions | |
| getContextDepth () | |
| getContextList () | |
| getDAOMap () | |
| getName () | |
| getNameKey () | |
| getPluginCategories () | |
| getVersionDescriptorUrl () | |
Class describing this application.
Definition at line 60 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], or Press [1]).
Definition at line 72 of file Application.inc.php.
| Application.getContextList | ( | ) |
Get a list of contexts for this application.
Definition at line 80 of file Application.inc.php.
| Application.getDAOMap | ( | ) |
Get the map of DAOName => full.class.Path for this application.
Definition at line 113 of file Application.inc.php.
| Application.getName | ( | ) |
Get the symbolic name of this application
Definition at line 88 of file Application.inc.php.
| Application.getNameKey | ( | ) |
Get the locale key for the name of this application.
Definition at line 96 of file Application.inc.php.
| Application.getPluginCategories | ( | ) |
Get the list of plugin categories for this application.
Definition at line 192 of file Application.inc.php.
| Application.getVersionDescriptorUrl | ( | ) |
Get the URL to the XML descriptor for the current version of this application.
Definition at line 105 of file Application.inc.php.
1.7.1