当前位置: 首页>>代码示例>>PHP>>正文


PHP CRM_Contact_DAO_Group::_fields方法代码示例

本文整理汇总了PHP中CRM_Contact_DAO_Group::_fields方法的典型用法代码示例。如果您正苦于以下问题:PHP CRM_Contact_DAO_Group::_fields方法的具体用法?PHP CRM_Contact_DAO_Group::_fields怎么用?PHP CRM_Contact_DAO_Group::_fields使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在CRM_Contact_DAO_Group的用法示例。


在下文中一共展示了CRM_Contact_DAO_Group::_fields方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: array

 /**
  * returns all the column names of this table
  *
  * @access public
  * @return array
  */
 function &fields()
 {
     if (!self::$_fields) {
         self::$_fields = array('id' => array('name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'required' => true), 'name' => array('name' => 'name', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Name'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'title' => array('name' => 'title', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Title'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'description' => array('name' => 'description', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Description'), 'rows' => 2, 'cols' => 60), 'source' => array('name' => 'source', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Source'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'saved_search_id' => array('name' => 'saved_search_id', 'type' => CRM_Utils_Type::T_INT, 'FKClassName' => 'CRM_Contact_DAO_SavedSearch'), 'is_active' => array('name' => 'is_active', 'type' => CRM_Utils_Type::T_BOOLEAN), 'visibility' => array('name' => 'visibility', 'type' => CRM_Utils_Type::T_ENUM, 'title' => ts('Visibility'), 'default' => 'User and User Admin Only', 'enumValues' => 'User and User Admin Only,Public Pages'), 'where_clause' => array('name' => 'where_clause', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Where Clause')), 'select_tables' => array('name' => 'select_tables', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Select Tables')), 'where_tables' => array('name' => 'where_tables', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Where Tables')), 'group_type' => array('name' => 'group_type', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Type'), 'maxlength' => 128, 'size' => CRM_Utils_Type::HUGE), 'cache_date' => array('name' => 'cache_date', 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, 'title' => ts('Cache Date')), 'parents' => array('name' => 'parents', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Parents')), 'children' => array('name' => 'children', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Children')), 'is_hidden' => array('name' => 'is_hidden', 'type' => CRM_Utils_Type::T_BOOLEAN));
     }
     return self::$_fields;
 }
开发者ID:bhirsch,项目名称:voipdev,代码行数:13,代码来源:Group.php

示例2: array

 /**
  * Returns all the column names of this table
  *
  * @return array
  */
 static function &fields()
 {
     if (!self::$_fields) {
         self::$_fields = array('id' => array('name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Group ID'), 'description' => 'Group ID', 'required' => true), 'name' => array('name' => 'name', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Name'), 'description' => 'Internal name of Group.', 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'title' => array('name' => 'title', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Title'), 'description' => 'Name of Group.', 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'description' => array('name' => 'description', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Group Description'), 'description' => 'Optional verbose description of the group.', 'rows' => 2, 'cols' => 60, 'html' => array('type' => 'TextArea')), 'source' => array('name' => 'source', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Source'), 'description' => 'Module or process which created this group.', 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'saved_search_id' => array('name' => 'saved_search_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Saved Search ID'), 'description' => 'FK to saved search table.', 'FKClassName' => 'CRM_Contact_DAO_SavedSearch'), 'is_active' => array('name' => 'is_active', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Group Enabled'), 'description' => 'Is this entry active?'), 'visibility' => array('name' => 'visibility', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Visibility Setting'), 'description' => 'In what context(s) is this field visible.', 'maxlength' => 24, 'size' => CRM_Utils_Type::MEDIUM, 'default' => 'User and User Admin Only', 'html' => array('type' => 'Select'), 'pseudoconstant' => array('callback' => 'CRM_Core_SelectValues::groupVisibility')), 'where_clause' => array('name' => 'where_clause', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Group Where Clause'), 'description' => 'the sql where clause if a saved search acl'), 'select_tables' => array('name' => 'select_tables', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Tables For Select Clause'), 'description' => 'the tables to be included in a select data'), 'where_tables' => array('name' => 'where_tables', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Tables For Where Clause'), 'description' => 'the tables to be included in the count statement'), 'group_type' => array('name' => 'group_type', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Type'), 'description' => 'FK to group type', 'maxlength' => 128, 'size' => CRM_Utils_Type::HUGE), 'cache_date' => array('name' => 'cache_date', 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, 'title' => ts('Group Cache Date'), 'description' => 'Date when we created the cache for a smart group'), 'refresh_date' => array('name' => 'refresh_date', 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, 'title' => ts('Next Group Refresh Time'), 'description' => 'Date and time when we need to refresh the cache next.'), 'parents' => array('name' => 'parents', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Group Parents'), 'description' => 'IDs of the parent(s)'), 'children' => array('name' => 'children', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Group Children'), 'description' => 'IDs of the child(ren)'), 'is_hidden' => array('name' => 'is_hidden', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Group is Hidden'), 'description' => 'Is this group hidden?'), 'is_reserved' => array('name' => 'is_reserved', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Group is Reserved')), 'created_id' => array('name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Group Created By'), 'description' => 'FK to contact table.', 'FKClassName' => 'CRM_Contact_DAO_Contact'), 'modified_id' => array('name' => 'modified_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Group Modified By'), 'description' => 'FK to contact table.', 'FKClassName' => 'CRM_Contact_DAO_Contact'));
     }
     return self::$_fields;
 }
开发者ID:kidaa30,项目名称:yes,代码行数:12,代码来源:Group.php


注:本文中的CRM_Contact_DAO_Group::_fields方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。