PHP Класс ComputerVirtualMachine, glpi

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

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

Свойство Тип Описание
$dohistory
$items_id
$itemtype From CommonDBChild

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

Метод Описание
defineTabs ( $options = [] )
displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate )
findVirtualMachine ( $fields = [] ) : the Find a virtual machine by uuid
getTabNameForItem ( CommonGLPI $item, $withtemplate )
getTypeName ( $nb )
getUUIDRestrictRequest ( $uuid ) : the Get correct uuid sql search for virtualmachines
post_getEmpty ( )
showForComputer ( Computer $comp ) : Nothing Print the computers disks
showForVirtualMachine ( Computer $comp ) : Nothing Show hosts for a virtualmachine
showForm ( $ID, $options = [] ) : true Print the version form

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

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

См. также: CommonGLPI::defineTabs()
public defineTabs ( $options = [] )

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

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

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

Find a virtual machine by uuid
static public findVirtualMachine ( $fields = [] ) : the
Результат the ID of the computer that have this uuid or false otherwise

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

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

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

static public getTypeName ( $nb )

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

Get correct uuid sql search for virtualmachines
static public getUUIDRestrictRequest ( $uuid ) : the
$uuid the uuid given
Результат the restrict which contains uuid, uuid with first block flipped, uuid with 3 first block flipped

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

public post_getEmpty ( )

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

Print the computers disks
static public showForComputer ( Computer $comp ) : Nothing
$comp Computer Computer object
Результат Nothing (call to classes members)

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

Show hosts for a virtualmachine
static public showForVirtualMachine ( Computer $comp ) : Nothing
$comp Computer Computer object that represents the virtual machine
Результат Nothing (call to classes members)

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

Print the version form
public showForm ( $ID, $options = [] ) : true
$ID integer ID of the item
$options array - target for the Form - computers_id ID of the computer for add process
Результат true if displayed false if item not found or not right to display

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

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

public $dohistory

$items_id публичное статическое свойство

public static $items_id

$itemtype публичное статическое свойство

From CommonDBChild
public static $itemtype