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