add some comment

This commit is contained in:
Philippe GRAND 2019-10-30 10:04:03 +01:00
parent 3f15c4e3a9
commit a1bd895e41

View File

@ -26,6 +26,10 @@ class mailing_mailinglist_mymodule_myobject extends MailingTargets
public $enabled=0;
public $require_module=array();
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto='mymodule@mymodule';
/**