add comment

This commit is contained in:
Philippe GRAND
2019-10-30 09:48:34 +01:00
parent 1963e5c959
commit a80243e528
9 changed files with 36 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ class mailing_example extends MailingTargets
public $tooltip='MyTooltipLangKey';
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='';
/**