Class Action

Description

This class is the most simple abstraction of an action. It provides a structure for common methods

  • since: 4/28/05
  • version: $Id: Action.class.php,v 1.9 2007/09/19 14:04:41 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /polyphony/main/library/AbstractActions/Action.class.php (line 23)


	
			
Direct descendents
Class Description
ForceAuthAction The ForceAuthAction forces token collection via HTTP Authentication to allow
WizardAction This class is an abstract class that provides a structure for building actions
XmlAction A generic class for writing XML responses
loginAction Change the language to the one specified by the user
login_typeAction Change the language to the one specified by the user
logoutAction Change the language to the one specified by the user
logout_typeAction Change the language to the one specified by the user
addAjaxAction
browse_xmlAction
getFileAction Give the user the file that they wish to download
filebrowserAction This class is the most simple abstraction of an action. It provides a structure for common methods
browse_helpAction This is the help-browser action which enables browsing of help documentation.
changeAction Change the language to the one specified by the user
Method Summary
mixed execute ()
string getHeadingText ()
string requestedAction ()
string requestedModule ()
Methods
execute (line 78)

Execute this action.

  • since: 4/25/05
  • access: public
mixed execute ()

Redefined in descendants as:
getHeadingText (line 67)

Return the heading text for this action, or an empty string.

  • since: 4/26/05
  • access: public
string getHeadingText ()

Redefined in descendants as:
getUnauthorizedMessage (line 44)

Answer the message to print when the user is not authorized to execute this action

  • since: 7/18/05
  • access: public
string getUnauthorizedMessage ()

Redefined in descendants as:
isAuthorizedToExecute (line 32)

Check Authorizations

  • since: 4/26/05
  • access: public
boolean isAuthorizedToExecute ()

Redefined in descendants as:
requestedAction (line 104)

Answer the requested action, maybe other than this action's action if this action was chained onto another's request.

  • since: 6/3/05
  • access: public
string requestedAction ()
requestedModule (line 90)

Answer the requested module, maybe other than this action's module if this action was chained onto another's request.

  • since: 6/3/05
  • access: public
string requestedModule ()

Documentation generated on Wed, 19 Sep 2007 10:21:17 -0400 by phpDocumentor 1.3.0RC3