add some comment

This commit is contained in:
Philippe GRAND 2019-10-30 10:09:37 +01:00
parent 7eb3e2ff3c
commit 9407afcacb

View File

@ -39,7 +39,10 @@ class Dolresource extends CommonObject
*/
public $table_element='resource';
public $picto = 'resource';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto = 'resource';
public $resource_id;
public $resource_type;