add some comment

This commit is contained in:
Philippe GRAND 2019-10-30 10:02:44 +01:00
parent ccb957623c
commit 991e1b8767

View File

@ -55,6 +55,9 @@ class Establishment 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='building'; public $picto='building';
/** /**