PHP Class Central, glpi

Inheritance: extends CI_Model
Show file Open project: glpi-project/glpi Class Usage Examples

Public Methods

Method Description
defineTabs ( $options = [] )
displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate )
getTabNameForItem ( CommonGLPI $item, $withtemplate )
getTypeName ( $nb )
showGlobalView ( ) Show the central global view
showGroupView ( ) Show the central group view
showMyView ( ) Show the central personal view
showRSSView ( ) Show the central RSS view

Method Details

defineTabs() public method

public defineTabs ( $options = [] )

displayTabContentForItem() static public method

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

getTabNameForItem() public method

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

getTypeName() static public method

static public getTypeName ( $nb )

showGlobalView() static public method

Show the central global view
static public showGlobalView ( )

showGroupView() static public method

Show the central group view
static public showGroupView ( )

showMyView() static public method

Show the central personal view
static public showMyView ( )

showRSSView() static public method

Show the central RSS view
static public showRSSView ( )