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

implement getDescendants() #55

Closed Selion05 closed 2 days ago

Selion05 commented 7 years ago

Hey,

is this planed in the near future?

Cheers

ksjogo commented 7 years ago

Isn't it already: https://github.com/dkd/php-cmis-client/blob/adc388035767ff972854ddd43fdb005e26212711/src/Bindings/Browser/NavigationService.php#L187 ?

Selion05 commented 7 years ago

this part is working that's true but in https://github.com/dkd/php-cmis-client/blob/master/src/DataObjects/Folder.php#L529 it isn't which is called from $folder->getDescendants()

ksjogo commented 7 years ago

Oh, okay. We currently have no person working on further development, but are happy to review and merge PRs.