Public Member Functions

Application Class Reference

Class describing this application. More...

List of all members.

Public Member Functions

 getContextDepth ()
 getContextList ()
 getDAOMap ()
 getName ()
 getNameKey ()
 getPluginCategories ()
 getVersionDescriptorUrl ()

Detailed Description

Class describing this application.

See also:
PKPApplication

Definition at line 60 of file Application.inc.php.


Member Function Documentation

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]).

Returns:
int

Definition at line 72 of file Application.inc.php.

Application.getContextList (  ) 

Get a list of contexts for this application.

Returns:
array

Definition at line 80 of file Application.inc.php.

Application.getDAOMap (  ) 

Get the map of DAOName => full.class.Path for this application.

Returns:
array

Definition at line 113 of file Application.inc.php.

Application.getName (  ) 

Get the symbolic name of this application

Returns:
string

Definition at line 88 of file Application.inc.php.

Application.getNameKey (  ) 

Get the locale key for the name of this application.

Returns:
string

Definition at line 96 of file Application.inc.php.

Application.getPluginCategories (  ) 

Get the list of plugin categories for this application.

Returns:
array

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.

Returns:
string

Definition at line 105 of file Application.inc.php.


The documentation for this class was generated from the following file: