PHP 클래스 Alert, glpi

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

공개 메소드들

메소드 설명
alertExists ( $itemtype = '', $items_id = '', $type = '' ) : integer
cleanDBonItemDelete ( $itemtype, $ID ) : boolean Clear all alerts for an item
clear ( $itemtype, $ID, $alert_type ) : nothing Clear all alerts of an alert type for an item
displayLastAlert ( $itemtype, $items_id ) : nothing
dropdown ( $options = [] )
dropdownIntegerNever ( $name, $value, $options = [] )
dropdownYesNo ( $options = [] )
getAlertDate ( $itemtype = '', $items_id = '', $type = '' )
prepareInputForAdd ( $input )

메소드 상세

alertExists() 정적인 공개 메소드

static public alertExists ( $itemtype = '', $items_id = '', $type = '' ) : integer
$itemtype (default '')
$items_id (default '')
$type (default '')
리턴 integer of false

cleanDBonItemDelete() 공개 메소드

Clear all alerts for an item
public cleanDBonItemDelete ( $itemtype, $ID ) : boolean
$itemtype ID of the type to clear
$ID ID of the item to clear
리턴 boolean

clear() 공개 메소드

Clear all alerts of an alert type for an item
public clear ( $itemtype, $ID, $alert_type ) : nothing
$itemtype ID of the type to clear
$ID ID of the item to clear
$alert_type ID of the alert type to clear
리턴 nothing

displayLastAlert() 정적인 공개 메소드

static public displayLastAlert ( $itemtype, $items_id ) : nothing
$itemtype
$items_id
리턴 nothing

dropdown() 정적인 공개 메소드

static public dropdown ( $options = [] )
$options array

dropdownIntegerNever() 정적인 공개 메소드

static public dropdownIntegerNever ( $name, $value, $options = [] )
$name
$value
$options array

dropdownYesNo() 정적인 공개 메소드

static public dropdownYesNo ( $options = [] )
$options array

getAlertDate() 정적인 공개 메소드

static public getAlertDate ( $itemtype = '', $items_id = '', $type = '' )
$itemtype (default '')
$items_id (default '')
$type (default '')

prepareInputForAdd() 공개 메소드

public prepareInputForAdd ( $input )