Writer
Service class writer writes a map to a tmx file.
The writer processes a map object and saves the map as tmx output.
Table of Contents
- $serializer : Serializer
- __construct() : mixed
- Parser constructor.
- write() : void
- Write a map object to the filename.
Properties
$serializer
private
Serializer
$serializer
Methods
__construct()
Parser constructor.
public
__construct() : mixed
Return values
mixed —write()
Write a map object to the filename.
public
write(Map $map, string $filename) : void
Parameters
- $map : Map
- $filename : string