arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
182 stars 45 forks source link

Implement new ArangoDB functionality support: Traversals #148

Closed frankmayer closed 10 years ago

frankmayer commented 10 years ago

For driver version 1.4 we need to implement traversal functionality support as described here:

frankmayer commented 10 years ago

This one could maybe be changed to provide static functions, as there seems not to be any need for this to be an object.

Any thoughts?