Fix doc
This commit is contained in:
parent
1be6c43ed2
commit
ac5e9ce5b3
@ -112,14 +112,7 @@ class FormMail extends Form
|
|||||||
public $withfrom;
|
public $withfrom;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int
|
* @var int|string|array
|
||||||
* @deprecated Fill withto with array before calling method.
|
|
||||||
* @see $withto
|
|
||||||
*/
|
|
||||||
public $withtosocid;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @var int|int[]
|
|
||||||
*/
|
*/
|
||||||
public $withto; // Show recipient emails
|
public $withto; // Show recipient emails
|
||||||
|
|
||||||
|
|||||||
@ -53,6 +53,11 @@ class FormSms
|
|||||||
public $withtopic;
|
public $withtopic;
|
||||||
public $withbody;
|
public $withbody;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int Id of company
|
||||||
|
*/
|
||||||
|
public $withtosocid;
|
||||||
|
|
||||||
public $withfromreadonly;
|
public $withfromreadonly;
|
||||||
public $withreplytoreadonly;
|
public $withreplytoreadonly;
|
||||||
public $withtoreadonly;
|
public $withtoreadonly;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user