PHP Класс Alert, glpi

Наследование: extends MY_Controller
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 )