first commit
This commit is contained in:
15
inc/vobject.class.php
Normal file
15
inc/vobject.class.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
if (!defined('GLPI_ROOT')) {
|
||||
die("Sorry. You can't access this file directly");
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 9.5.0
|
||||
*/
|
||||
class VObject extends CommonDBChild {
|
||||
|
||||
static public $itemtype = 'itemtype';
|
||||
static public $items_id = 'items_id';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user