saveToMap = $save_to_map; } /** * Whether the thrower wants to record this skip in the map table. * * @return bool * TRUE to record as STATUS_IGNORED in the map, FALSE to skip silently. */ public function getSaveToMap() { return $this->saveToMap; } }