コード例 #1
0
ファイル: hook.php プロジェクト: RubichonL/glpi_monitoring
function plugin_headings_monitoring_profile($item)
{
    $pmProfile = new PluginMonitoringProfile();
    $pmProfile->showForm($item->getID());
}