Property | Type | Description | |
---|---|---|---|
$dohistory | |||
$rightname |
Property | Type | Description | |
---|---|---|---|
$usenotepad |
Method | Description | |
---|---|---|
cleanDBonPurge ( ) | ||
defineTabs ( $options = [] ) | ||
displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate ) | ||
getAdditionalMenuOptions ( ) | ||
getDataItems ( array $types, $field, $tree, $user, $start, array &$res ) : integer | get list of Computers in a group | |
getMenuShorcut ( ) | ||
getSearchOptions ( ) | ||
getSpecificMassiveActions ( $checkitem = NULL ) | ||
getTabNameForItem ( CommonGLPI $item, $withtemplate ) | ||
getTypeName ( $nb ) | ||
post_getEmpty ( ) | ||
processMassiveActionsForOneItemtype ( MassiveAction $ma, CommonDBTM $item, array $ids ) | ||
showForm ( $ID, $options = [] ) : Nothing | Print the group form | |
showItems ( $tech ) | Show items for the group | |
showLDAPForm ( $ID ) | ||
showMassiveActionsSubForm ( MassiveAction $ma ) | ||
title ( ) : nothing | Print a good title for group pages |
static public displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate ) | ||
$item | CommonGLPI |
public getDataItems ( array $types, $field, $tree, $user, $start, array &$res ) : integer | ||
$types | array | Array of types |
$field | String field name | |
$tree | Boolean include child groups | |
$user | Boolean include members (users) | |
$start | Integer (first row to retrieve) | |
$res | array | Array result filled on ouput |
return | integer | total of items |
public getTabNameForItem ( CommonGLPI $item, $withtemplate ) | ||
$item | CommonGLPI |
static public processMassiveActionsForOneItemtype ( MassiveAction $ma, CommonDBTM $item, array $ids ) | ||
$ma | MassiveAction | |
$item | CommonDBTM | |
$ids | array |
public showForm ( $ID, $options = [] ) : Nothing | ||
$ID | integer ID of the item | |
$options | array - target filename : where to go when done. - withtemplate boolean : template or basic item | |
return | Nothing | (display) |
public showItems ( $tech ) | ||
$tech | boolean false search groups_id, true, search groups_id_tech |
static public showMassiveActionsSubForm ( MassiveAction $ma ) | ||
$ma | MassiveAction |
public title ( ) : nothing | ||
return | nothing | (display) |