dkd / php-cmis-client

This is a PHP CMIS Client implementation based on OpenCMIS. It has been retired and put in to archive mode.
Apache License 2.0
54 stars 34 forks source link

Add a way to paginate getChildren calls #74

Closed prudloff-insite closed 2 days ago

prudloff-insite commented 4 years ago

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.