You are here

class TelephoneMatchField in CRM Core 7

Class for evaluating name fields.

Hierarchy

Expanded class hierarchy of TelephoneMatchField

File

modules/crm_core_default_matching_engine/includes/TelephoneMatchField.inc, line 11
Implementation of DefaultMatchingEngineFieldTypeInterface for telephone fields.

View source
class TelephoneMatchField extends SelectMatchField {

}

Members

Namesort descending Modifiers Type Description Overrides
DefaultMatchingEngineFieldType::fieldQuery public function Field query to search matches. Overrides DefaultMatchingEngineFieldTypeInterface::fieldQuery 2
DefaultMatchingEngineFieldType::fieldRender public function Template used to render fields matching rules configuration form. Overrides DefaultMatchingEngineFieldTypeInterface::fieldRender 4
DefaultMatchingEngineFieldType::WEIGHT_DELTA constant
SelectMatchField::operators public function Defines logical operators to use with this field. Overrides DefaultMatchingEngineFieldType::operators