static function entityTable() { if (!self::$_entityTable) { self::$_entityTable = array('civicrm_contact' => ts('Contact'), 'civicrm_acl_role' => ts('ACL Role')); } return self::$_entityTable; }