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