Constructor & Destructor Documentation
Member Function Documentation
actionShow |
( |
|
$param = NULL | ) |
|
This is the standard action of this plugin.
Aktiviert das Plugin - deprecated, do not use.
- Deprecated:
Deaktiviert das Plugin - deprecated, do not use.
- Deprecated:
display_action |
( |
|
$action | ) |
|
This method sets everything up to perform the given action and displays the results or anything you want to.
- Parameters
-
string | the name of the action to accomplish |
- Returns
- void
Reimplemented in AbstractStudIPStandardPlugin.
Returns the URI to the administration page of this plugin. Override this method, if you want another URI, or return NULL to signal, that there is no such page.
- Deprecated:
- Returns
- string if this plugin has an administration page return its URI, return NULL otherwise
Returns the plugin's relative path - deprecated, do not use.
- Deprecated:
Which text should be shown in certain titles?
- Deprecated:
- Returns
- string title
getNavigationPosition |
( |
| ) |
|
Returns the plugin's navigation position - deprecated, do not use.
- Deprecated:
Returns the class name of this plugin (in lower case).
- Deprecated:
Liefert den Pfad zum Icon dieses Plugins zurück.
- Deprecated:
- Returns
- den Pfad zum Icon
Return the name of this plugin.
Reimplemented from StudIPPlugin.
Check whether this plugin has a navigation.
- Deprecated:
isDependentOnOtherPlugin |
( |
| ) |
|
Check if this plugin depends on another plugin - deprecated, do not use.
- Deprecated:
perform |
( |
|
$unconsumed_path | ) |
|
This method dispatches and displays all actions. It uses the template method design pattern, so you may want to implement the methods route and/or #display to adapt to your needs.
- Parameters
-
string | the part of the dispatch path, that were not consumed yet |
- Returns
- void
Reimplemented from StudIPPlugin.
route |
( |
|
$unconsumed_path | ) |
|
Called by perform to detect the action to be accomplished.
- Parameters
-
string | the part of the dispatch path, that were not consumed yet |
- Returns
- string the name of the instance method to be called
setBasepluginpath |
( |
|
$path | ) |
|
setDependentOnOtherPlugin |
( |
|
$dependentplugin = true | ) |
|
setNavigationPosition |
( |
|
$pos | ) |
|
setPluginiconname |
( |
|
$icon | ) |
|
Does nothing - deprecated, do not use.
- Parameters
-
$param | - set if a subnavigation item was clicked. The value is plugin dependent and specified by the plugins subnavigation link params. |
- Deprecated:
Field Documentation
The documentation for this class was generated from the following file: