. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } /** * Class Problem_Supplier * * @since 0.84 * **/ class Problem_Supplier extends CommonITILActor { // From CommonDBRelation static public $itemtype_1 = 'Problem'; static public $items_id_1 = 'problems_id'; static public $itemtype_2 = 'Supplier'; static public $items_id_2 = 'suppliers_id'; }