This commit is contained in:
Roland Gruber 2009-11-01 13:12:09 +00:00
parent f0456a253a
commit 6fa772f410
1 changed files with 4 additions and 3 deletions

View File

@ -58,10 +58,11 @@ function getTools() {
/** /**
* Represents a tool. * Represents a tool.
* LAM will scan lib/tools/*.inc for classes which implement this interface. There will be an * LAM will scan lib/tools/*.inc for classes which implement this interface. This alows to
* entry on the tools page inside LAM for each found class (if it matches the security level). * dynamically plugin additional tools. There will be an entry on the tools page inside LAM
* for each found class (if it matches the security level).
* A LAMTool only specifies name, description and location of a tool. The tool functionality * A LAMTool only specifies name, description and location of a tool. The tool functionality
* is provided by the target page. * is provided by the tool's target page.
* *
* @author Roland Gruber * @author Roland Gruber
* @package tools * @package tools