. * ------------------------------------------------------------------------- * @copyright Copyright (C) 2006-2022 by Example plugin team. * @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html * @link https://github.com/pluginsGLPI/example * ------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // 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; }