示例#1
0
 /**
  * class constructor
  *
  * @return civicrm_financial_type
  */
 function __construct()
 {
     $this->__table = 'civicrm_financial_type';
     parent::__construct();
 }
示例#2
0
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_volunteer_need
  */
 function __construct()
 {
     $this->__table = 'civicrm_volunteer_need';
     parent::__construct();
 }
示例#3
0
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_word_replacement
  */
 function __construct()
 {
     $this->__table = 'civicrm_word_replacement';
     parent::__construct();
 }
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_mailing_event_opened
  */
 function __construct()
 {
     $this->__table = 'civicrm_mailing_event_opened';
     parent::__construct();
 }
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_acl_entity_role
  */
 function __construct()
 {
     $this->__table = 'civicrm_acl_entity_role';
     parent::__construct();
 }
示例#6
0
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_contribution_recur
  */
 function __construct()
 {
     $this->__table = 'civicrm_contribution_recur';
     parent::__construct();
 }
示例#7
0
 /**
  * class constructor
  *
  * @return civicrm_activity
  */
 function __construct()
 {
     $this->__table = 'civicrm_activity';
     parent::__construct();
 }
示例#8
0
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_booking_slot
  */
 function __construct()
 {
     $this->__table = 'civicrm_booking_slot';
     parent::__construct();
 }
示例#9
0
 /**
  * class constructor
  *
  * @return civicrm_print_label
  */
 function __construct()
 {
     $this->__table = 'civicrm_print_label';
     parent::__construct();
 }
示例#10
0
文件: Website.php 项目: hguru/224Civi
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_website
  */
 function __construct()
 {
     $this->__table = 'civicrm_website';
     parent::__construct();
 }
示例#11
0
 /**
  * class constructor
  *
  * @return civicrm_msg_template
  */
 function __construct()
 {
     $this->__table = 'civicrm_msg_template';
     parent::__construct();
 }
示例#12
0
 /**
  * class constructor
  *
  * @return civicrm_pcp_block
  */
 function __construct()
 {
     $this->__table = 'civicrm_pcp_block';
     parent::__construct();
 }
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_bank_tx_batch
  */
 function __construct()
 {
     $this->__table = 'civicrm_bank_tx_batch';
     parent::__construct();
 }
示例#14
0
文件: Spool.php 项目: agroknow/mermix
 /**
  * class constructor
  *
  * @return civicrm_mailing_spool
  */
 function __construct()
 {
     $this->__table = 'civicrm_mailing_spool';
     parent::__construct();
 }
示例#15
0
文件: Managed.php 项目: hguru/224Civi
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_managed
  */
 function __construct()
 {
     $this->__table = 'civicrm_managed';
     parent::__construct();
 }
示例#16
0
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_custom_field
  */
 function __construct()
 {
     $this->__table = 'civicrm_custom_field';
     parent::__construct();
 }
示例#17
0
文件: Email.php 项目: agroknow/mermix
 /**
  * class constructor
  *
  * @return civicrm_email
  */
 function __construct()
 {
     $this->__table = 'civicrm_email';
     parent::__construct();
 }
示例#18
0
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_hrjob_hour
  */
 function __construct()
 {
     $this->__table = 'civicrm_hrjobcontract';
     parent::__construct();
 }
示例#19
0
 /**
  * class constructor
  *
  * @return civicrm_contact_type
  */
 function __construct()
 {
     $this->__table = 'civicrm_contact_type';
     parent::__construct();
 }
示例#20
0
 /**
  * class constructor
  *
  * @return civicrm_premiums
  */
 function __construct()
 {
     $this->__table = 'civicrm_premiums';
     parent::__construct();
 }
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_sdd_creditor
  */
 function __construct()
 {
     $this->__table = 'civicrm_sdd_creditor';
     parent::__construct();
 }
示例#22
0
 /**
  * class constructor
  *
  * @access public
  * @return \CRM_Upgrade_Snapshot_V4p2_Price_DAO_FieldValue
  */
 function __construct()
 {
     $this->__table = 'civicrm_price_field_value';
     parent::__construct();
 }
示例#23
0
 /**
  * class constructor
  *
  * @return civicrm_openid
  */
 function __construct()
 {
     $this->__table = 'civicrm_openid';
     parent::__construct();
 }
示例#24
0
文件: Pledge.php 项目: hguru/224Civi
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_pledge
  */
 function __construct()
 {
     $this->__table = 'civicrm_pledge';
     parent::__construct();
 }
示例#25
0
 /**
  * class constructor
  *
  * @access public
  * @return civicrm_dedupe_rule
  */
 function __construct()
 {
     $this->__table = 'civicrm_dedupe_rule';
     parent::__construct();
 }
示例#26
0
 /**
  * class constructor
  *
  * @return civicrm_participant_payment
  */
 function __construct()
 {
     $this->__table = 'civicrm_participant_payment';
     parent::__construct();
 }
示例#27
0
 /**
  * class constructor
  *
  * @return civicrm_price_set
  */
 function __construct()
 {
     $this->__table = 'civicrm_price_set';
     parent::__construct();
 }
示例#28
0
文件: Campaign.php 项目: kidaa30/yes
 /**
  * class constructor
  *
  * @return civicrm_campaign
  */
 function __construct()
 {
     $this->__table = 'civicrm_campaign';
     parent::__construct();
 }
示例#29
0
 /**
  * class constructor
  *
  * @access public
  * @return workflow
  */
 function __construct()
 {
     parent::__construct();
 }
示例#30
0
 /**
  * class constructor
  *
  * @return civicrm_status_pref
  */
 function __construct()
 {
     $this->__table = 'civicrm_status_pref';
     parent::__construct();
 }