Class Nexista_PluginHandler

Description

This class is exactly like actions, but for application specific plugins.

Located in /modules/handlers/plugin.handler.php (line 22)


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

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 38)

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