Class change_passwordAction

Description

This file will allow the user to change their HarmoniDB password.

  • version: $Id: change_password.act.php,v 1.6 2007/09/19 14:04:58 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College
  • author: Christopher W. Shubert
  • since: 10/24/05

Located in /polyphony/main/modules/user/change_password.act.php (line 27)

Action
   |
   --WizardAction
      |
      --MainWindowAction
         |
         --change_passwordAction
Method Summary
void buildContent ()
string getHeadingText ()
string getReturnUrl ()
boolean saveWizard (string $cacheName)
Variables

Inherited Variables

Inherited from MainWindowAction

MainWindowAction::$_actionRows
Methods
buildContent (line 65)

Build the content for this action

  • since: 4/26/05
  • access: public
void buildContent ()

Redefinition of:
MainWindowAction::buildContent()
Build the content for this action.
createWizard (line 86)

creates the wizard

  • since: 10/24/05
  • access: public
object Wizard createWizard ()

Redefinition of:
WizardAction::createWizard()
Create a new Wizard for this action. Caching of this Wizard is handled by getWizard() and does not need to be implemented here.
getHeadingText (line 54)

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

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

Redefinition of:
Action::getHeadingText()
Return the heading text for this action, or an empty string.
getReturnUrl (line 231)

Return the URL that this action should return to when completed.

  • since: 10/24/05
  • access: public
string getReturnUrl ()

Redefinition of:
WizardAction::getReturnUrl()
Return the URL that this action should return to when completed.
getUnauthorizedMessage (line 43)
void getUnauthorizedMessage ()

Redefinition of:
Action::getUnauthorizedMessage()
Answer the message to print when the user is not authorized to execute this action
isAuthorizedToExecute (line 37)

Check Authorizations

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

Redefinition of:
Action::isAuthorizedToExecute()
Check Authorizations
saveWizard (line 128)

Save our results. Tearing down and unsetting the Wizard is handled by in runWizard() and does not need to be implemented here.

  • return: TRUE if save was successful and tear-down/cleanup of the Wizard should ensue.
  • since: 10/24/05
  • access: public
boolean saveWizard (string $cacheName)
  • string $cacheName

Redefinition of:
WizardAction::saveWizard()
Save our results. Tearing down and unsetting the Wizard is handled by in runWizard() and does not need to be implemented here.

Inherited Methods

Inherited From MainWindowAction

MainWindowAction::buildContent()
MainWindowAction::execute()
MainWindowAction::getActionRows()

Inherited From WizardAction

WizardAction::cancelWizard()
WizardAction::cleanCacheName()
WizardAction::closeWizard()
WizardAction::createWizard()
WizardAction::getReturnUrl()
WizardAction::getWizard()
WizardAction::runWizard()
WizardAction::saveWizard()

Inherited From Action

Action::execute()
Action::getHeadingText()
Action::getUnauthorizedMessage()
Action::isAuthorizedToExecute()
Action::requestedAction()
Action::requestedModule()

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