doxygen
This commit is contained in:
parent
446997d0ba
commit
bb09c84417
@ -33,16 +33,6 @@ class AdvanceTargetingMailing extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $db;
|
public $db;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string Error code (or message)
|
|
||||||
*/
|
|
||||||
public $error = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string[] Error codes (or messages)
|
|
||||||
*/
|
|
||||||
public $errors = array();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string ID to identify managed object
|
* @var string ID to identify managed object
|
||||||
*/
|
*/
|
||||||
@ -58,17 +48,54 @@ class AdvanceTargetingMailing extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $id;
|
public $id;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string name
|
||||||
|
*/
|
||||||
public $name;
|
public $name;
|
||||||
public $entity;
|
|
||||||
|
/**
|
||||||
|
* @var int element id
|
||||||
|
*/
|
||||||
public $fk_element;
|
public $fk_element;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string type element
|
||||||
|
*/
|
||||||
public $type_element;
|
public $type_element;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string filter value
|
||||||
|
*/
|
||||||
public $filtervalue;
|
public $filtervalue;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int user author id
|
||||||
|
*/
|
||||||
public $fk_user_author;
|
public $fk_user_author;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int|string datec
|
||||||
|
*/
|
||||||
public $datec = '';
|
public $datec = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int user mod id
|
||||||
|
*/
|
||||||
public $fk_user_mod;
|
public $fk_user_mod;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int|string tms
|
||||||
|
*/
|
||||||
public $tms = '';
|
public $tms = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array select target type
|
||||||
|
*/
|
||||||
public $select_target_type = array();
|
public $select_target_type = array();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array type status comm prospect
|
||||||
|
*/
|
||||||
public $type_statuscommprospect = array();
|
public $type_statuscommprospect = array();
|
||||||
public $thirdparty_lines;
|
public $thirdparty_lines;
|
||||||
public $contact_lines;
|
public $contact_lines;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user