Represents a tool which can be included in the account lists.
package | lists |
---|---|
author | Roland Gruber |
__construct(String $name, String $image, String $target) : \lamListTool
String
tool name
String
image file
String
target page
\lamListTool
tool objectgetImage() : String
The image is returned without path (e.g. mytool.png). All images must reside in the graphics folder.
String
image namegetLinkTarget() : String
The target page will be opened with two GET parameters: DN and type (e.g. user)
String
page file (e.g. 'mytool.php')getName() : String
This is used for the tool tip.
String
name$image
$name
$target