RT::Plugin
Instantiate a new RT::Plugin object. Takes a paramhash. currently the only key it cares about is 'name', the name of this plugin.
Returns a human-readable name for this plugin.
Returns the extension version.
Takes a name of sub directory and returns its full path, for example:
my $plugin_etc_dir = $plugin->Path('etc');
See also "ComponentRoot", "StaticDir", "PoDir" and other shortcut methods.
Returns the directory this plugin has installed its HTML::Mason templates into
Returns the directory this plugin has installed its static files into
Returns the directory this plugin has installed its message catalogs into.
← Back to index