Example #1
0
function plugin_headings_monitoring_profile($item)
{
    $pmProfile = new PluginMonitoringProfile();
    $pmProfile->showForm($item->getID());
}