php-cmis-client
php-cmis-client copied to clipboard
Add a way to paginate getChildren calls
Hello,
This PR adds a $skipCount argument to getChildren() and a new getNumChildren() methods.
We needed that in order to build a pagination over getChildren() queries.