X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FFriend%2FDAO%2FFriend.php;h=186a78673fec47170a72b3a9424b5168a4aebfb4;hb=e7a6b91ae4e3004b2d097ed318524d2ea7cf3fb0;hp=2f78371225d1fd67a2934659bed55d646da5f8ec;hpb=26336401ed4ec1e986af5087d9d8a994f07d3615;p=civicrm-core.git diff --git a/CRM/Friend/DAO/Friend.php b/CRM/Friend/DAO/Friend.php index 2f78371225..186a78673f 100644 --- a/CRM/Friend/DAO/Friend.php +++ b/CRM/Friend/DAO/Friend.php @@ -30,7 +30,7 @@ * * Generated from xml/schema/CRM/Friend/Friend.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:62f899b48f9f20def0ab8def52ff5be7) + * (GenCodeChecksum:0f2c6f4aab46e551d1e3ec7fdd55f0f5) */ require_once 'CRM/Core/DAO.php'; require_once 'CRM/Utils/Type.php'; @@ -146,6 +146,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', + 'localizable' => 0, ) , 'entity_table' => array( 'name' => 'entity_table', @@ -158,6 +159,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', + 'localizable' => 0, ) , 'entity_id' => array( 'name' => 'entity_id', @@ -168,6 +170,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', + 'localizable' => 0, ) , 'title' => array( 'name' => 'title', @@ -178,6 +181,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', + 'localizable' => 1, 'html' => array( 'type' => 'Text', ) , @@ -190,6 +194,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', + 'localizable' => 1, 'html' => array( 'type' => 'Text', ) , @@ -202,6 +207,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', + 'localizable' => 1, 'html' => array( 'type' => 'Text', ) , @@ -221,6 +227,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', + 'localizable' => 0, 'html' => array( 'type' => 'Text', ) , @@ -235,6 +242,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', + 'localizable' => 1, 'html' => array( 'type' => 'Text', ) , @@ -247,6 +255,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', + 'localizable' => 1, 'html' => array( 'type' => 'Text', ) , @@ -258,6 +267,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', + 'localizable' => 0, 'html' => array( 'type' => 'CheckBox', ) , @@ -317,4 +327,11 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { $r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'tell_friend', $prefix, array()); return $r; } + /** + * Returns the list of indices + */ + public static function indices($localize = TRUE) { + $indices = array(); + return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices; + } }