_attributes)) { return null; } return $this->_attributes[$name]; } final public function __set($name, $value): void { $this->_attributes[$name] = $value; } final public function getAttributes(): array { return $this->_attributes; } }