add comment

This commit is contained in:
Philippe GRAND 2019-10-30 09:35:45 +01:00
parent 8f5b0f5d4d
commit 1963e5c959

View File

@ -53,7 +53,10 @@ class Holiday extends CommonObject
* @var int Field with ID of parent key if this field has a parent
*/
public $fk_element = 'fk_holiday';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto = 'holiday';
/**