PHP 클래스 TicketTemplateMandatoryField, glpi

상속: extends CommonDBChild
파일 보기 프로젝트 열기: glpi-project/glpi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$dohistory
$items_id
$itemtype From CommonDBChild

공개 메소드들

메소드 설명
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

메소드 상세

displayTabContentForItem() 정적인 공개 메소드

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

getForbiddenStandardMassiveAction() 공개 메소드

getMandatoryFields() 공개 메소드

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)
리턴 an array of mandatory fields

getRawName() 공개 메소드

또한 보기: CommonDBTM::getRawName()
public getRawName ( )

getTabNameForItem() 공개 메소드

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

getTypeName() 정적인 공개 메소드

static public getTypeName ( $nb )

post_purgeItem() 공개 메소드

public post_purgeItem ( )

showForTicketTemplate() 정적인 공개 메소드

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

프로퍼티 상세

$dohistory 공개적으로 프로퍼티

public $dohistory

$items_id 공개적으로 정적으로 프로퍼티

public static $items_id

$itemtype 공개적으로 정적으로 프로퍼티

From CommonDBChild
public static $itemtype