$properties */ public function __construct( Room $room, protected array $properties, ) { parent::__construct($room); } /** * @return array */ public function getProperties(): array { return $this->properties; } }