spamFieldMapping = $array; } /** * Get the fields that are mapped via spam protection * * @return Array */ public function getFieldMapping() { return $this->spamFieldMapping; } }