add some comment

This commit is contained in:
Philippe GRAND 2019-10-30 10:08:36 +01:00
parent b029febff1
commit e02da55c2d
2 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,9 @@ class Project extends CommonObject
*/
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 = 'projectpub';
/**

View File

@ -47,6 +47,9 @@ class Task extends CommonObject
*/
public $fk_element='fk_task';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto = 'task';
/**