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

Function mapscript_create_scalebar

mapscript/php/scalebar.c:237–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235};
236
237void mapscript_create_scalebar(scalebarObj *scalebar, parent_object parent, zval *return_value TSRMLS_DC)
238{
239 php_scalebar_object * php_scalebar;
240 object_init_ex(return_value, mapscript_ce_scalebar);
241 php_scalebar = (php_scalebar_object *)zend_object_store_get_object(return_value TSRMLS_CC);
242 php_scalebar->scalebar = scalebar;
243
244 php_scalebar->parent = parent;
245 MAPSCRIPT_ADDREF(parent.val);
246}
247
248static void mapscript_scalebar_object_destroy(void *object TSRMLS_DC)
249{

Callers 1

mapscript_fetch_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected