Describes an module with admin functionality. The module defines actions that it's able perform and performs the action when needed. This class should be concidered abstract.
Describes a panel itself. The panel itself is an module that shows an overview of a table and the available modules.
Class Details
[line 163]
Describes an module with admin functionality. The module defines actions that it's able perform and performs the action when needed. This class should be concidered abstract.
Override this function if the module should be linked to once for every entry displayed in the panel's overview. The pattern can use fieldnames as $row['foo'] (where foo is the fieldname).
Tags:
return:
An expression that should be used with eval() or an empty string if none is defined.