Share_Backend_Collection

interface OCP\Share_Backend_Collection
Interface for collections of of items implemented by another share backend.
Extends the Share_Backend interface.
Source:lib/public/Share_Backend_Collection.php#35
Parent:OCP\Share_Backend

Methods

public OCP\Share_Backend_Collection::getChildren($itemSource)
Get the sources of the children of the item
Source:

lib/public/Share_Backend_Collection.php#42

Parameters:
  • $itemSource (string)
Returns:

array Returns an array of children each inside an array with the keys: source, target, and file_path if applicable

Since:

5.0.0