Skip to content

New default result formatter, smooth integration, type casting on containers

Compare
Choose a tag to compare
@transistive transistive released this 06 Dec 10:57
· 823 commits to main since this release
  • 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')