PHP Class CronTaskLog, glpi

Inheritance: extends CommonDBTM
Afficher le fichier Open project: glpi-project/glpi Class Usage Examples

Méthodes publiques

Méthode Description
cleanOld ( $id, $days ) : integer Clean old event for a task
displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate )
getTabNameForItem ( CommonGLPI $item, $withtemplate )

Method Details

cleanOld() static public méthode

Clean old event for a task
static public cleanOld ( $id, $days ) : integer
$id integer ID of the CronTask
$days integer number of day to keep
Résultat integer number of events deleted

displayTabContentForItem() static public méthode

static public displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate )
$item CommonGLPI

getTabNameForItem() public méthode

public getTabNameForItem ( CommonGLPI $item, $withtemplate )
$item CommonGLPI