PluginFlyvemdmGeolocation - btry/glpi-plugin GitHub Wiki
- Class name: PluginFlyvemdmGeolocation
- Namespace:
- Parent class: CommonDBTM
public mixed $rightname = 'flyvemdm:geolocation'
- Visibility: public
- This property is static.
public boolean $dohistory = false
- Visibility: public
protected boolean $usenotepad = true
- Visibility: protected
protected boolean $usenotepadRights = true
- Visibility: protected
public mixed $types = array('Computer')
- Visibility: public
- This property is static.
mixed PluginFlyvemdmGeolocation::getTypeName($nb)
Localized name of the type
- Visibility: public
- This method is static.
- $nb mixed - <p>integer number of item in the type (default 0)</p>
mixed PluginFlyvemdmGeolocation::getTabNameForItem(\CommonGLPI $item, $withtemplate)
- Visibility: public
- $item CommonGLPI
- $withtemplate mixed
mixed PluginFlyvemdmGeolocation::displayTabContentForItem($item, $tabnum, $withtemplate)
- Visibility: public
- This method is static.
- $item mixed - <p>CommonGLPI object</p>
- $tabnum mixed - <p>(default 1)</p>
- $withtemplate mixed - <p>(default 0)</p>
mixed PluginFlyvemdmGeolocation::getRights($interface)
- Visibility: public
- $interface mixed
mixed PluginFlyvemdmGeolocation::prepareInputForAdd($input)
- Visibility: public
- $input mixed
array|false PluginFlyvemdmGeolocation::prepareInputForUpdate(array $input)
Prepares data before update
- Visibility: public
- $input array
mixed PluginFlyvemdmGeolocation::addDefaultJoin()
- Visibility: public
- This method is static.
mixed PluginFlyvemdmGeolocation::addDefaultWhere()
- Visibility: public
- This method is static.
string PluginFlyvemdmGeolocation::showForAgent(\CommonDBTM $item)
Displays the agents according the datetime
- Visibility: public
- This method is static.
- $item CommonDBTM
mixed PluginFlyvemdmGeolocation::getSearchOptions()
- Visibility: public
mixed PluginFlyvemdmGeolocation::hook_computer_purge(\CommonDBTM $item)
Deletes the geolocation related with the computer
- Visibility: public
- $item CommonDBTM