예제 #1
0
 /**
  * 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), 'domain_id' => array('name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, 'required' => true, 'FKClassName' => 'CRM_Core_DAO_Domain'), 'path' => array('name' => 'path', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Path'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'path_arguments' => array('name' => 'path_arguments', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Path Arguments')), 'title' => array('name' => 'title', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Title'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'access_callback' => array('name' => 'access_callback', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Access Callback'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'access_arguments' => array('name' => 'access_arguments', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Access Arguments')), 'page_callback' => array('name' => 'page_callback', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Page Callback'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'page_arguments' => array('name' => 'page_arguments', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Page Arguments')), 'breadcrumb' => array('name' => 'breadcrumb', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Breadcrumb')), 'return_url' => array('name' => 'return_url', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Return Url'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'return_url_args' => array('name' => 'return_url_args', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Return Url Args'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'component_id' => array('name' => 'component_id', 'type' => CRM_Utils_Type::T_INT, 'FKClassName' => 'CRM_Core_DAO_Component'), 'is_active' => array('name' => 'is_active', 'type' => CRM_Utils_Type::T_BOOLEAN), 'is_public' => array('name' => 'is_public', 'type' => CRM_Utils_Type::T_BOOLEAN), 'is_exposed' => array('name' => 'is_exposed', 'type' => CRM_Utils_Type::T_BOOLEAN), 'is_ssl' => array('name' => 'is_ssl', 'type' => CRM_Utils_Type::T_BOOLEAN), 'weight' => array('name' => 'weight', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Weight'), 'required' => true, 'default' => ''), 'type' => array('name' => 'type', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Type'), 'required' => true, 'default' => ''), 'page_type' => array('name' => 'page_type', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Page Type'), 'required' => true, 'default' => ''), 'skipBreadcrumb' => array('name' => 'skipBreadcrumb', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Skipbreadcrumb')));
     }
     return self::$_fields;
 }
예제 #2
0
파일: Menu.php 프로젝트: kidaa30/yes
 /**
  * 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, 'required' => true), 'domain_id' => array('name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, 'description' => 'Which Domain is this menu item for', 'required' => true, 'FKClassName' => 'CRM_Core_DAO_Domain', 'pseudoconstant' => array('table' => 'civicrm_domain', 'keyColumn' => 'id', 'labelColumn' => 'name')), 'path' => array('name' => 'path', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Path'), 'description' => 'Path Name', 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'path_arguments' => array('name' => 'path_arguments', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Path Arguments'), 'description' => 'Arguments to pass to the url'), 'title' => array('name' => 'title', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Title'), 'description' => 'Menu Title', 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'access_callback' => array('name' => 'access_callback', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Access Callback'), 'description' => 'Function to call to check access permissions', 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'access_arguments' => array('name' => 'access_arguments', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Access Arguments'), 'description' => 'Arguments to pass to access callback'), 'page_callback' => array('name' => 'page_callback', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Page Callback'), 'description' => 'function to call for this url', 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'page_arguments' => array('name' => 'page_arguments', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Page Arguments'), 'description' => 'Arguments to pass to page callback'), 'breadcrumb' => array('name' => 'breadcrumb', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Breadcrumb'), 'description' => 'Breadcrumb for the path.'), 'return_url' => array('name' => 'return_url', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Return Url'), 'description' => 'Url where a page should redirected to, if next url not known.', 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'return_url_args' => array('name' => 'return_url_args', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Return Url Args'), 'description' => 'Arguments to pass to return_url', 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE), 'component_id' => array('name' => 'component_id', 'type' => CRM_Utils_Type::T_INT, 'description' => 'Component that this menu item belongs to', 'FKClassName' => 'CRM_Core_DAO_Component', 'html' => array('type' => 'Select'), 'pseudoconstant' => array('table' => 'civicrm_component', 'keyColumn' => 'id', 'labelColumn' => 'name')), 'is_active' => array('name' => 'is_active', 'type' => CRM_Utils_Type::T_BOOLEAN, 'description' => 'Is this menu item active?'), 'is_public' => array('name' => 'is_public', 'type' => CRM_Utils_Type::T_BOOLEAN, 'description' => 'Is this menu accessible to the public?'), 'is_exposed' => array('name' => 'is_exposed', 'type' => CRM_Utils_Type::T_BOOLEAN, 'description' => 'Is this menu exposed to the navigation system?'), 'is_ssl' => array('name' => 'is_ssl', 'type' => CRM_Utils_Type::T_BOOLEAN, 'description' => 'Should this menu be exposed via SSL if enabled?'), 'weight' => array('name' => 'weight', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Order'), 'description' => 'Ordering of the menu items in various blocks.', 'required' => true, 'default' => '1'), 'type' => array('name' => 'type', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Type'), 'description' => 'Drupal menu type.', 'required' => true, 'default' => '1'), 'page_type' => array('name' => 'page_type', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Page Type'), 'description' => 'CiviCRM menu type.', 'required' => true, 'default' => '1'), 'skipBreadcrumb' => array('name' => 'skipBreadcrumb', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Skipbreadcrumb'), 'description' => 'skip this url being exposed to breadcrumb'));
     }
     return self::$_fields;
 }