dump of mapobject
This commit is contained in:
parent
a1424f7a00
commit
adb7c14dd4
@ -110,4 +110,11 @@ class Map {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Var_Dump the Map
|
||||||
|
*/
|
||||||
|
public function dump() {
|
||||||
|
var_dump(json_decode(json_encode($this)));
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user