PHP Class CronTaskLog, glpi

Inheritance: extends CommonDBTM
ファイルを表示 Open project: glpi-project/glpi Class Usage Examples

Public Methods

Method 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 method

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
return integer number of events deleted

displayTabContentForItem() static public method

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

getTabNameForItem() public method

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