You are here

TelephoneMatchField.inc in CRM Core 7

Implementation of DefaultMatchingEngineFieldTypeInterface for telephone fields.

File

modules/crm_core_default_matching_engine/includes/TelephoneMatchField.inc
View source
<?php

/**
 * @file
 * Implementation of DefaultMatchingEngineFieldTypeInterface for telephone fields.
 */

/**
 * Class for evaluating name fields.
 */
class TelephoneMatchField extends SelectMatchField {

}

Classes

Namesort descending Description
TelephoneMatchField Class for evaluating name fields.