add some comment

This commit is contained in:
Philippe GRAND 2019-10-30 10:13:57 +01:00
parent 213f40f480
commit 1a0723c1cd

View File

@ -52,6 +52,9 @@ class UserGroup extends CommonObject
*/ */
public $ismultientitymanaged = 1; public $ismultientitymanaged = 1;
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto='group'; public $picto='group';
/** /**