Class Nexista_redirectAction

Description

This method accepts a url and a boolean true/false for session continuity If true, the session id will be tagged on the url to allow for cross domain sessions.

Located in /modules/actions/redirect.action.php (line 23)

Nexista_Action
   |
   --Nexista_redirectAction
Variable Summary
 array $params
Method Summary
 boolean main ()
Variables
array $params = array(
'url' => 'required', //optional - url to redirect to. referer if not set
'session' => '' //optional - true to append sessionID on url
)
(line 33)

Function parameter array

  • access: protected

Redefinition of:
Nexista_Action::$params
Function parameter array
Methods
main (line 45)

Applies action

  • return: success
  • access: protected
boolean main ()

Redefinition of:
Nexista_Action::main()
Applies action

Inherited Methods

Inherited From Nexista_Action

 Nexista_Action::applyParams()
 Nexista_Action::main()
 Nexista_Action::process()

Documentation generated on Tue, 11 Mar 2008 23:23:11 -0400 for Nexista 0.2.0