activeGambits; } /** * Add a gambit as being active in this search. * * @param GambitInterface $gambit * @return void */ public function addActiveGambit(GambitInterface $gambit) { $this->activeGambits[] = $gambit; } }