protected function Item2ItemRecommender::initialize in Recommender API 6.2
Overrides CorrelationRecommender::initialize
File
- ./
Recommender.php, line 628
Class
Code
protected function initialize() {
parent::initialize();
$temp = $this->fieldCheese;
$this->fieldCheese = $this->fieldMouse;
$this->fieldMouse = $temp;
}