Property | Type | Description | |
---|---|---|---|
$checkParentRights | |||
$dohistory | |||
$items_id | |||
$itemtype | From CommonDBChild |
Method | Description | |
---|---|---|
defineTabs ( $options = [] ) | ||
displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate ) | ||
getHTMLTableCellsForItem ( HTMLTableRow $row = NULL, CommonDBTM $item = NULL, HTMLTableCell $father = NULL, array $options = [] ) | ||
getHTMLTableHeader ( $itemtype, HTMLTableBase $base, HTMLTableSuperHeader $super = NULL, HTMLTableHeader $father = NULL, array $options = [] ) | ||
getInternetNameFromID ( $ID ) : its | Get the full name (internet name) of a NetworkName | |
getSearchOptions ( ) | ||
getTabNameForItem ( CommonGLPI $item, $withtemplate ) | ||
getTypeName ( $nb ) | ||
showForFQDN ( CommonGLPI $item, $withtemplate ) | Show the aliases contained by the alias | |
showForNetworkName ( NetworkName $item, $withtemplate ) | \brief Show aliases for an item from its form Beware that the rendering can be different if readden from direct item form (ie : add new NetworkAlias, remove, . | |
showForm ( $ID, $options = [] ) : Nothing | Print the network alias form |
static public displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate ) | ||
$item | CommonGLPI |
static public getHTMLTableCellsForItem ( HTMLTableRow $row = NULL, CommonDBTM $item = NULL, HTMLTableCell $father = NULL, array $options = [] ) | ||
$row | HTMLTableRow | HTMLTableRow object (default NULL) |
$item | CommonDBTM | CommonDBTM object (default NULL) |
$father | HTMLTableCell | HTMLTableCell object (default NULL) |
$options | array | array |
static public getHTMLTableHeader ( $itemtype, HTMLTableBase $base, HTMLTableSuperHeader $super = NULL, HTMLTableHeader $father = NULL, array $options = [] ) | ||
$itemtype | ||
$base | HTMLTableBase | HTMLTableBase object |
$super | HTMLTableSuperHeader | HTMLTableSuperHeader object (default NULL) |
$father | HTMLTableHeader | HTMLTableHeader object (default NULL) |
$options | array | array |
static public getInternetNameFromID ( $ID ) : its | ||
$ID | ID of the NetworkName | |
return | its | internet name, or empty string if invalid NetworkName |
public getTabNameForItem ( CommonGLPI $item, $withtemplate ) | ||
$item | CommonGLPI |
static public showForFQDN ( CommonGLPI $item, $withtemplate ) | ||
$item | CommonGLPI | the FQDN owning the aliases |
$withtemplate | integer withtemplate param |
static public showForNetworkName ( NetworkName $item, $withtemplate ) | ||
$item | NetworkName | NetworkName object |
$withtemplate | integer withtemplate param (default 0) |
public showForm ( $ID, $options = [] ) : Nothing | ||
$ID | integer ID of the item | |
$options | array - target for the Form - withtemplate template or basic computer | |
return | Nothing | (display) |