Skip to content
Search
DSL · Xml

to_xml

Definition

/**
 * @param Path|string $path
 * @param string $root_element_name - @deprecated use `withRootElementName()` method instead
 * @param string $row_element_name - @deprecated use `withRowElementName()` method instead
 * @param string $attribute_prefix - @deprecated use `withAttributePrefix()` method instead
 * @param string $date_time_format - @deprecated use `withDateTimeFormat()` method instead
 * @param XMLWriter $xml_writer
 */
to_xml(Path|string $path, string $root_element_name, string $row_element_name, string $attribute_prefix, string $date_time_format, XMLWriter $xml_writer) : XMLLoader

Contributors

Built in the open.

Join us on GitHub
scroll back to top