nextcloud/lib/public/Share
Roeland Jago Douma 8085ca4cc4
Get all shares as iterable
Sometimes we need all shares or rather a specific subset of shares but
creating dedicated functions is a pain. This just returns an iterable
object for all shares so we can loop over them without allocating all
the memory on the system.

It should not be used by any user called code. But in an occ command or
background job it is fine IMO.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-30 09:45:27 +01:00
..
Exceptions Update license headers 2017-11-06 16:56:19 +01:00
IManager.php Get all shares as iterable 2019-10-30 09:45:27 +01:00
IProviderFactory.php Having the contructor in the interface makes no sense... 2019-10-29 19:29:38 +01:00
IShare.php Merge pull request #16723 from nextcloud/fix/sharing/unshare-message 2019-08-26 12:58:51 +02:00
IShareHelper.php Update license headers 2017-11-06 16:56:19 +01:00
IShareProvider.php Get all shares as iterable 2019-10-30 09:45:27 +01:00