Ejemplo n.º 1
0
 static function countForProjetTask(PluginProjetTask $item)
 {
     $types = implode("','", PluginProjetProjet::getTypes());
     if (empty($types)) {
         return 0;
     }
     return countElementsInTable('glpi_plugin_projet_tasks_items', "`itemtype` IN ('{$types}')\n                                   AND `plugin_projet_tasks_id` = '" . $item->getID() . "'");
 }