interface iHeartbeatPluginWrapper in Heartbeat 7
HeartbeatPlugin interface.
Hierarchy
- interface \iHeartbeatPluginWrapper
Expanded class hierarchy of iHeartbeatPluginWrapper
All classes that implement iHeartbeatPluginWrapper
File
- modules/
heartbeat_plugins/ includes/ heartbeat_plugin.inc, line 14
View source
interface iHeartbeatPluginWrapper {
/**
* getPlugin().
* Get the real plugin object.
*/
public function getPlugin();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
iHeartbeatPluginWrapper:: |
public | function | getPlugin(). Get the real plugin object. | 1 |