New default result formatter, smooth integration, type casting on containers
- Set the default resultformatter to SummarisedResultFormatter
- CypherMap now extends Map
- CypherList now extends ArrayList
- CypherMap, Map, CypherList & ArrayList now contain type casting methods to enforce correct typing when fetching an element (eg.
$container->getAsInt(0)
or$map->getAsNode('myNode')