mappings = $mappings; } /** * Retrieve mappings * * @return array */ public function getMappings() { return $this->mappings; } }