/nasmail/functions/plugin.phpplugin.php
This file provides the framework for a plugin architecture.
Documentation on how to write plugins might show up some time.
boolean_hook_function (line 130)
This function is used for hooks which are to return true or false. If $priority is > 0, any one or more trues will override any falses. If $priority < 0, then one or more falses will override any trues.
Priority 0 means majority rules. Ties will be broken with $tie
concat_hook_function (line 98)
This function executes a hook, concatenating the results of each plugin that has the hook defined.
do_hook (line 43)
This function executes a hook.
do_hook_function (line 69)
This function executes a hook and allows for parameters to be passed.
nsm_check_for_javascript (line 182)
Detects browsers with broken JavaScript support.
This function checks whether the user's USER_AGENT is known to be broken. If broken browser is detected, function returns false.
Use soupNazi() function in NaSMail 1.0-1.2 or add dependency on compatibility 1.3 plugin. Please note inverted function return values. soupNazi() returns 1 on broken browsers. soupNazi() function is not available in NaSMail 1.4 and later. It is provided only by compatibility 1.3+ plugin.
use_plugin (line 28)
This function adds a plugin.
Documentation generated on Sun, 22 Nov 2009 17:36:44 +0200 by phpDocumentor 1.4.3