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

Function webObj_updateFromString

mapscript/php/mapscript_i.c:775–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773 **********************************************************************/
774
775int webObj_updateFromString(webObj *self, char *snippet) {
776 return msUpdateWebFromString(self, snippet, MS_FALSE);
777}
778
779/**********************************************************************
780 * class extensions for classObj, always within the context of a layer

Callers 1

web.cFile · 0.85

Calls 1

msUpdateWebFromStringFunction · 0.85

Tested by

no test coverage detected