Class Nexista_escapeAction

Description

This action strips/translates text into db/xsl safe text. It does not attempt to remove html tags (see translateaction) except for tags with namespaces (i.e. <o:xxx>), but focuses on dealing with weird characters, &nbsp; and other things that can break xsl.

The functionality of this action is similar to translateaction. We need to define which does what.

Located in /modules/actions/escape.action.php (line 26)

Nexista_Action
   |
   --Nexista_escapeAction
Variable Summary
 array $params
Method Summary
 boolean main ()
Variables
array $params = array(
'var' => '', //required - flow var
'translate' => '' //optional - true to strip char > 128, false to escape with char code
)
(line 35)

Function parameter array

  • access: protected

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

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