10 var $Name =
"treenav";
17 if ($this->
State != PLUGIN_STATE_READY) {
20 switch ($this->OutputType) {
30 if (! $this->OutputToStdout) {
39 $NewPlugin->Initialize();
This is the Plugin class. All plugins should:
Output()
This function is called when user output is requested. This function is responsible for content....