Public Member Functions

AboutHandler Class Reference
[Pages_director]

Handle requests for director functions. More...

Inheritance diagram for AboutHandler:
Handler

List of all members.

Public Member Functions

 AboutHandler ()
 aboutThisPublishingSystem ()
 contact ()
 editorialPolicies ()
 index ()
 organizingTeam ()
 organizingTeamBio ($args)
 registration ()
 setupTemplate ($subclass=true)
 siteMap ()
 statistics ()
 submissions ()

Detailed Description

Handle requests for director functions.

Definition at line 21 of file AboutHandler.inc.php.


Member Function Documentation

AboutHandler.AboutHandler (  ) 

Constructor

Definition at line 25 of file AboutHandler.inc.php.

AboutHandler.aboutThisPublishingSystem (  ) 

Display aboutThisPublishingSystem page.

Definition at line 409 of file AboutHandler.inc.php.

References setupTemplate().

AboutHandler.contact (  ) 

Display contact page.

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

References Request.getConference(), Request.getSchedConf(), and setupTemplate().

AboutHandler.editorialPolicies (  ) 

Display editorialPolicies page.

Definition at line 292 of file AboutHandler.inc.php.

References Request.getConference(), Request.getSchedConf(), and setupTemplate().

AboutHandler.index (  ) 

Display about index page.

Definition at line 32 of file AboutHandler.inc.php.

References Request.getConference(), Request.getRequestedConferencePath(), Request.getSchedConf(), and setupTemplate().

AboutHandler.organizingTeam (  ) 

Display organizingTeam page.

Definition at line 122 of file AboutHandler.inc.php.

References Request.getConference(), Request.getSchedConf(), and setupTemplate().

AboutHandler.organizingTeamBio ( args  ) 

Display a biography for an organizing team member.

Definition at line 217 of file AboutHandler.inc.php.

References Request.getConference(), Request.getSchedConf(), Request.redirect(), and setupTemplate().

AboutHandler.registration (  ) 

Display registration page.

Definition at line 310 of file AboutHandler.inc.php.

References Request.getConference(), Request.getSchedConf(), Request.redirect(), and setupTemplate().

AboutHandler.setupTemplate ( subclass = true  ) 

Setup common template variables.

Parameters:
$subclass boolean set to true if caller is below this handler in the hierarchy

Definition at line 85 of file AboutHandler.inc.php.

References Request.getConference(), Request.getSchedConf(), and Request.url().

Referenced by aboutThisPublishingSystem(), contact(), editorialPolicies(), index(), organizingTeam(), organizingTeamBio(), registration(), siteMap(), statistics(), and submissions().

AboutHandler.siteMap (  ) 

Display siteMap page.

Definition at line 373 of file AboutHandler.inc.php.

References setupTemplate().

AboutHandler.statistics (  ) 

Display a list of public stats for the current conference. WARNING: This implementation should be kept roughly synchronized with the reader's statistics view in the About pages.

Definition at line 433 of file AboutHandler.inc.php.

References Request.getConference(), Request.getSchedConf(), and setupTemplate().

AboutHandler.submissions (  ) 

Display submissions page.

Definition at line 344 of file AboutHandler.inc.php.

References Request.getConference(), Request.getSchedConf(), and setupTemplate().


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