. -------------------------------------------------------------------------- @package genericobject @author the genericobject plugin team @copyright Copyright (c) 2010-2017 Genericobject plugin team @license GPLv2+ http://www.gnu.org/licenses/gpl.txt @link https://github.com/pluginsGLPI/genericobject @link http://www.glpi-project.org/ @since 2009 ---------------------------------------------------------------------- */ /** * This class is automatically managed by genericobject plugin. Do not modify it ! */ class %%CLASSNAME%% extends %%EXTENDS%% { public $linked_itemtype = "%%LINKED_ITEMTYPE%%"; }