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

Function classObj_getTextString

mapscript/php/mapscript_i.c:830–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830char *classObj_getTextString(classObj *self) {
831 return msGetExpressionString(&(self->text));
832}
833
834int classObj_drawLegendIcon(classObj *self, mapObj *map, layerObj *layer, int width, int height, imageObj *dstImg, int dstX, int dstY) {
835 msClearLayerPenValues(layer); // just in case the mapfile has already been processed

Callers 1

class.cFile · 0.85

Calls 1

msGetExpressionStringFunction · 0.85

Tested by

no test coverage detected