Difference: TWikiPluginDotPm (1 vs. 4)

Revision 42013-10-14 - TWikiContributor

Changed:
<
<

Package =

>
>

Package =TWiki::Plugin

 
Added:
>
>
 
Added:
>
>
 

ClassMethod new ($session,$name,$module)

  • $session - TWiki object
  • $name - name of the plugin e.g. MyPlugin
  • $module - (options) name of the plugin class. Default is TWiki::Plugins::$name

ObjectMethod finish ()

Break circular references.

Revision 32008-01-22 - TWikiContributor

 

Package =

ClassMethod new ($session,$name,$module)

  • $session - TWiki object
  • $name - name of the plugin e.g. MyPlugin
  • $module - (options) name of the plugin class. Default is TWiki::Plugins::$name

Added:
>
>

ObjectMethod finish ()

Break circular references.

Revision 22007-01-16 - TWikiContributor

 

Package =

ClassMethod new ($session,$name,$module)

Added:
>
>
 
  • $session - TWiki object
  • $name - name of the plugin e.g. MyPlugin
  • $module - (options) name of the plugin class. Default is TWiki::Plugins::$name

Revision 12006-02-01 - TWikiContributor

 

Package =

ClassMethod new ($session,$name,$module)

  • $session - TWiki object
  • $name - name of the plugin e.g. MyPlugin
  • $module - (options) name of the plugin class. Default is TWiki::Plugins::$name

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiPluginDotPm.