You are here

public function CrmCoreMatchEngine::setWeight in CRM Core 7

Set engine weigth.

Parameters

int:

File

modules/crm_core_match/includes/crm_core_match.inc, line 197
Contains the matching engine.

Class

CrmCoreMatchEngine
Default implementation of CrmCoreMatchEngineInterface

Code

public function setWeight($weight) {
  $this->weight = $weight;
}