コード例 #1
0
ファイル: PriceSet.php プロジェクト: kcristiano/civicrm-core
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'price_set', $prefix, array());
     return $r;
 }
コード例 #2
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'word_replacement', $prefix, array());
     return $r;
 }
コード例 #3
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'participant_payment', $prefix, array());
     return $r;
 }
コード例 #4
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'recurring_entity', $prefix, array());
     return $r;
 }
コード例 #5
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'financial_type', $prefix, array());
     return $r;
 }
コード例 #6
0
ファイル: TrackableURL.php プロジェクト: nielosz/civicrm-core
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'mailing_trackable_url', $prefix, array());
     return $r;
 }
コード例 #7
0
ファイル: Delivered.php プロジェクト: nielosz/civicrm-core
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'mailing_event_delivered', $prefix, array());
     return $r;
 }
コード例 #8
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'subscription_history', $prefix, array());
     return $r;
 }
コード例 #9
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'contribution_page', $prefix, array());
     return $r;
 }
コード例 #10
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'group_contact_cache', $prefix, array());
     return $r;
 }
コード例 #11
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'campaign_group', $prefix, array());
     return $r;
 }
コード例 #12
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'membership_block', $prefix, array());
     return $r;
 }
コード例 #13
0
ファイル: Address.php プロジェクト: kcristiano/civicrm-core
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'address', $prefix, array('CRM_Core_DAO_County', 'CRM_Core_DAO_StateProvince', 'CRM_Core_DAO_Country'));
     return $r;
 }
コード例 #14
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'events_in_carts', $prefix, array());
     return $r;
 }
コード例 #15
0
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'dashboard_contact', $prefix, array());
     return $r;
 }
コード例 #16
0
ファイル: Exception.php プロジェクト: nielosz/civicrm-core
 /**
  * Returns the list of fields that can be imported
  *
  * @param bool $prefix
  *
  * @return array
  */
 static function &import($prefix = false)
 {
     $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'dedupe_exception', $prefix, array());
     return $r;
 }