Class Nexista_ActionHandler

Description

This class handles data filtrattion/ modification such as stripping html tags, removing new lines, etc...

Located in /modules/handlers/action.handler.php (line 23)


	
			
Method Summary
 static void processItem (string $type, string $params)
 boolean process (string $src)
Methods
static processItem (line 64)

This function will apply one action to the source provided

  • access: public
void processItem (string $type, string $params)
  • string $type: tag name of flow value to change.
  • string $params: the type of action
process (line 39)

Accepts an xml list of items and actions them according to passed criteria

This function will action a number of data fields as described in a action xml file. Actions modify the data in some way such as strip html, nl2br, etc..

  • return: false if any field failed
  • see:
  • access: public
boolean process (string $src)
  • string $src: the name of the xml data file

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