Class Nexista_curlAction

Description

This action calls a URL with the same session as the current client, including some variables and the flow variable to return the result.

Located in /modules/actions/curl.action.php (line 22)

Nexista_Action
   |
   --Nexista_curlAction
Variable Summary
 array $params
Method Summary
 boolean main ()
Variables
array $params = array(
'url' => '', // where to make the curl request
'params' => '', // what parameters to make the request with
'target_node' => '' //where to store the response data
)
(line 31)

Function parameter array

  • access: protected

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

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:22:56 -0400 for Nexista 0.2.0