MCPcopy Create free account
hub / github.com/MapServer/MapServer / classObj_getExpressionString

Function classObj_getExpressionString

mapscript/php/mapscript_i.c:818–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816 }
817
818char *classObj_getExpressionString(classObj *self) {
819 return msGetExpressionString(&(self->expression));
820}
821
822int classObj_setText(classObj *self, layerObj *layer, char *string) {
823 if (!string || strlen(string) == 0) {

Callers 1

class.cFile · 0.85

Calls 1

msGetExpressionStringFunction · 0.85

Tested by

no test coverage detected