This commit is contained in:
Laurent Destailleur 2020-02-20 01:34:33 +01:00
parent 1be6c43ed2
commit ac5e9ce5b3
2 changed files with 6 additions and 8 deletions

View File

@ -112,14 +112,7 @@ class FormMail extends Form
public $withfrom;
/**
* @var int
* @deprecated Fill withto with array before calling method.
* @see $withto
*/
public $withtosocid;
/**
* @var int|int[]
* @var int|string|array
*/
public $withto; // Show recipient emails

View File

@ -53,6 +53,11 @@ class FormSms
public $withtopic;
public $withbody;
/**
* @var int Id of company
*/
public $withtosocid;
public $withfromreadonly;
public $withreplytoreadonly;
public $withtoreadonly;