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

Function classObj_moveStyleDown

mapscript/php/mapscript_i.c:879–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877}
878
879int classObj_moveStyleDown(classObj *self, int index)
880{
881 return msMoveStyleDown(self, index);
882}
883
884int classObj_deleteStyle(classObj *self, int index)
885{

Callers 1

class.cFile · 0.85

Calls 1

msMoveStyleDownFunction · 0.85

Tested by

no test coverage detected