com.megaphonetech.relateent.../xml/schema/CRM/RelateEntities/RelateEntities.entityType.php

12 lines
338 B
PHP

<?php
// This file declares a new entity type. For more details, see "hook_civicrm_entityTypes" at:
// http://wiki.civicrm.org/confluence/display/CRMDOC/Hook+Reference
return array (
0 =>
array (
'name' => 'RelateEntities',
'class' => 'CRM_RelateEntities_DAO_RelateEntities',
'table' => 'civicrm_relate_entities',
),
);