PHP Class TicketTemplateMandatoryField, glpi

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

Méthodes publiques

Свойство Type Description
$dohistory
$items_id
$itemtype From CommonDBChild

Méthodes publiques

Méthode Description
displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate )
getForbiddenStandardMassiveAction ( )
getMandatoryFields ( $ID, $withtypeandcategory = true ) : an Get mandatory fields for a template
getRawName ( )
getTabNameForItem ( CommonGLPI $item, $withtemplate )
getTypeName ( $nb )
post_purgeItem ( )
showForTicketTemplate ( TicketTemplate $tt, $withtemplate = '' ) : Nothing Print the mandatory fields

Method Details

displayTabContentForItem() static public méthode

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

getForbiddenStandardMassiveAction() public méthode

getMandatoryFields() public méthode

Get mandatory fields for a template
public getMandatoryFields ( $ID, $withtypeandcategory = true ) : an
$ID integer the template ID
$withtypeandcategory boolean with type and category (true by default)
Résultat an array of mandatory fields

getRawName() public méthode

See also: CommonDBTM::getRawName()
public getRawName ( )

getTabNameForItem() public méthode

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

getTypeName() static public méthode

static public getTypeName ( $nb )

post_purgeItem() public méthode

public post_purgeItem ( )

showForTicketTemplate() static public méthode

Print the mandatory fields
static public showForTicketTemplate ( TicketTemplate $tt, $withtemplate = '' ) : Nothing
$tt TicketTemplate Ticket Template
$withtemplate boolean Template or basic item (default '')
Résultat Nothing (call to classes members)

Property Details

$dohistory public_oe property

public $dohistory

$items_id public_oe static_oe property

public static $items_id

$itemtype public_oe static_oe property

From CommonDBChild
public static $itemtype