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

Function classObj_moveStyleUp

mapscript/php/mapscript_i.c:874–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872}
873
874int classObj_moveStyleUp(classObj *self, int index)
875{
876 return msMoveStyleUp(self, index);
877}
878
879int classObj_moveStyleDown(classObj *self, int index)
880{

Callers 1

class.cFile · 0.85

Calls 1

msMoveStyleUpFunction · 0.85

Tested by

no test coverage detected