arangodb / arangodb-php

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

SetDocumentClass fluid interface #220

Closed diabl0 closed 7 years ago

diabl0 commented 7 years ago

Small addition to https://github.com/arangodb/arangodb-php/pull/208 - it allows to use fluid calls like:

$statement->setDocumentClass('\appBundle\Entity\CustomDocument')->execute();
jsteemann commented 7 years ago

Thanks!