Class Nexista_translateAction

Description

This action escapes all those evil characters based on defined translation table.

The default is HTML_ENTITIES. We used strtr here instead of htmlentities to allow for reverse as well as custom tables which will come later.

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

Nexista_Action
   |
   --Nexista_translateAction
Variable Summary
 array $params
Method Summary
 boolean main ()
Variables
array $params = array(
'var' => '', //required - flow var
'transtbl' => '', //optional - translation table used for encoding
'reverse' => '' //optional - whether to apply in reverse manner (decode)
)
(line 35)

Function parameter array

  • access: protected

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

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