*
* Generated from xml/schema/CRM/ACL/ACLCache.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6c22da308c28e1b6766087c3073112a0)
+ * (GenCodeChecksum:976ef3393c10c32cacd6c6405b892533)
*/
/**
'bao' => 'CRM_ACL_DAO_ACLCache',
'localizable' => 0,
'FKClassName' => 'CRM_Contact_DAO_Contact',
+ 'html' => [
+ 'type' => 'EntityRef',
+ ],
],
'acl_id' => [
'name' => 'acl_id',
'bao' => 'CRM_ACL_DAO_ACLCache',
'localizable' => 0,
'FKClassName' => 'CRM_ACL_DAO_ACL',
+ 'pseudoconstant' => [
+ 'table' => 'civicrm_acl',
+ 'keyColumn' => 'id',
+ 'labelColumn' => 'name',
+ ],
],
'modified_date' => [
'name' => 'modified_date',
<title>Cache Contact</title>
<type>int unsigned</type>
<comment>Foreign Key to Contact</comment>
+ <html>
+ <type>EntityRef</type>
+ </html>
<add>1.6</add>
</field>
<foreignKey>
<type>int unsigned</type>
<required>true</required>
<comment>Foreign Key to ACL</comment>
+ <pseudoconstant>
+ <table>civicrm_acl</table>
+ <keyColumn>id</keyColumn>
+ <labelColumn>name</labelColumn>
+ </pseudoconstant>
<add>1.6</add>
</field>
<foreignKey>