Fix doc
This commit is contained in:
parent
1be6c43ed2
commit
ac5e9ce5b3
@ -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
|
||||
|
||||
|
||||
@ -53,6 +53,11 @@ class FormSms
|
||||
public $withtopic;
|
||||
public $withbody;
|
||||
|
||||
/**
|
||||
* @var int Id of company
|
||||
*/
|
||||
public $withtosocid;
|
||||
|
||||
public $withfromreadonly;
|
||||
public $withreplytoreadonly;
|
||||
public $withtoreadonly;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user