PHP Класс CommonITILCost, glpi

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

Открытые свойства

Свойство Тип Описание
$dohistory

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

Метод Описание
computeTotalCost ( $actiontime, $cost_time, $cost_fixed, $cost_material, $edit = true ) : total Computer total cost of a item
displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate )
getCostsSummary ( $type, $ID ) : array Get costs summary values
getItilObjectItemType ( )
getLastCostForItem ( $items_id ) Get last datas for an item
getSearchOptions ( )
getSearchOptionsToAdd ( )
getTabNameForItem ( CommonGLPI $item, $withtemplate )
getTotalActionTimeForItem ( $items_id ) Get total actiNULL 11400 0.0000 0.0000 0.0000 on time used on costs for an item
getTypeName ( $nb )
initBasedOnPrevious ( ) Init cost for creation based on previous cost
showForObject ( $item, $withtemplate = '' ) : total Print the item costs
showForm ( $ID, $options = [] ) Print the item cost form

Описание методов

computeTotalCost() статический публичный Метод

Computer total cost of a item
static public computeTotalCost ( $actiontime, $cost_time, $cost_fixed, $cost_material, $edit = true ) : total
$actiontime float actiontime
$cost_time float time cost
$cost_fixed float fixed cost
$cost_material float material cost
$edit boolean used for edit of computation ? (true by default)
Результат total cost formatted string

displayTabContentForItem() статический публичный Метод

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

getCostsSummary() статический публичный Метод

Get costs summary values
static public getCostsSummary ( $type, $ID ) : array
$type string type
$ID integer ID of the ticket
Результат array of costs and actiontime

getItilObjectItemType() публичный Метод

getLastCostForItem() публичный Метод

Get last datas for an item
public getLastCostForItem ( $items_id )
$items_id integer ID of the item

getSearchOptions() публичный Метод

public getSearchOptions ( )

getSearchOptionsToAdd() статический публичный Метод

static public getSearchOptionsToAdd ( )

getTabNameForItem() публичный Метод

См. также: CommonGLPI::getTabNameForItem()
public getTabNameForItem ( CommonGLPI $item, $withtemplate )
$item CommonGLPI

getTotalActionTimeForItem() публичный Метод

Get total actiNULL 11400 0.0000 0.0000 0.0000 on time used on costs for an item
public getTotalActionTimeForItem ( $items_id )
$items_id integer ID of the item

getTypeName() статический публичный Метод

static public getTypeName ( $nb )

initBasedOnPrevious() публичный Метод

Init cost for creation based on previous cost
public initBasedOnPrevious ( )

showForObject() статический публичный Метод

Print the item costs
static public showForObject ( $item, $withtemplate = '' ) : total
$item CommonITILObject object or Project
$withtemplate boolean Template or basic item (default '')
Результат total cost

showForm() публичный Метод

Print the item cost form
public showForm ( $ID, $options = [] )
$ID integer ID of the item
$options array options used

Описание свойств

$dohistory публичное свойство

public $dohistory