Class Context

Description

The Context class provides easy access to variables for action scripts and classes.

  • version: $Id: Context.class.php,v 1.5 2007/09/04 20:25:30 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/architecture/harmoni/Context.class.php (line 13)


	
			
Variable Summary
Method Summary
void Context (string $module, string $action, mixed $execPath)
Variables
array $actionPath (line 54)
  • var: An array containing all actions executed so far.
  • access: public
string $hiddenFieldSID (line 24)
  • var: HTML containing a form hidden tag with the SID in it.
  • access: public
string $myURL (line 30)
  • var: The current script's URL
  • access: public
string $requestAction (line 42)
  • var: The action requested by the user.
  • access: public
string $requestModule (line 36)
  • var: The module that was requested by the user.
  • access: public
string $requestModuleDotAction (line 48)
  • var: The dotted-pair for module.action requested by the user.
  • access: public
string $sid (line 18)
  • var: The session name & id: "name=id"
  • access: public
Methods
Constructor Context (line 69)

The constructor

  • access: public
void Context (string $module, string $action, mixed $execPath)
  • string $module
  • string $action

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