Class Nexista_RawXmlAction

Description

This action pulls out a var from Flow and reinserts it raw. Meaning nothing gets escaped to prevent the Flow xml from breaking. This is used to take an xml string say from the database, and merge it with Flow so that the final data will be accessible as xml instead of an escaped string.

Located in /modules/actions/rawxml.action.php (line 25)

Nexista_Action
   |
   --Nexista_RawXmlAction
Variable Summary
 array $params
Method Summary
 boolean main ()
Variables
array $params = array(
'var' => '' //required - flow var
)
(line 35)

Function parameter array

  • access: protected

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

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