. -------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // 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"); } /// Class DeviceCamera class PluginExampleDeviceCamera extends CommonDevice { static function getTypeName($nb = 0) { return _n('Camera', 'Cameras', $nb); } }