12 $this->Name =
"refresh";
14 parent::__construct();
24 $Opt = preg_replace(
"/&/",
"--",$parm);
25 $V =
"mod=" . $this->Name .
"&remod=$Mod" .
"&reopt=$Opt";
35 if ($this->
State != PLUGIN_STATE_READY) {
39 $P = &$Plugins[plugin_find_id(
"Default")];
42 $GoOpt = preg_replace(
"/--/",
"&",$GoOpt);
43 return($P->Output($GoMod,$GoOpt));
48 $NewPlugin->Initialize();
This is the Plugin class. All plugins should:
__construct()
base constructor. Most plugins will just use this
GetRefresh()
Generate a Refresh URL.
Output()
This function is called when user output is requested. This function is responsible for content.
Traceback_parm($ShowMod=1)
Get the URI query to this location.
GetParm($parameterName, $parameterType)
This function will retrieve the variables and check data types.