. -------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // Original Author of file: // Purpose of file: // ---------------------------------------------------------------------- // Class of the defined type if (!defined('GLPI_ROOT')) { die("Sorry. You can't access directly to this file"); } /** * Relation between item and devices **/ class PluginExampleItem_DeviceCamera extends Item_Devices { static public $itemtype_2 = 'PluginExampleDeviceCamera'; static public $items_id_2 = 'plugin_example_devicecameras_id'; static protected $notable = false; } ?>