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