atomicWeight = $atomicWeight; $this->group = $group; $this->symbol = $symbol; } public function getAtomicWeight() : int{ return $this->atomicWeight; } public function getGroup() : int{ return $this->group; } public function getSymbol() : string{ return $this->symbol; } }