MCPcopy Index your code
hub / github.com/MapServer/MapServer / mapObj_processTemplate

Function mapObj_processTemplate

mapscript/php/mapscript_i.c:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269char *mapObj_processTemplate(mapObj *self, int bGenerateImages,
270 char **names, char **values,
271 int numentries)
272{
273 return msProcessTemplate(self, bGenerateImages,
274 names, values, numentries);
275}
276
277char *mapObj_processLegendTemplate(mapObj *self,
278 char **names, char **values,

Callers 1

map.cFile · 0.85

Calls 1

msProcessTemplateFunction · 0.85

Tested by

no test coverage detected