Search

class OC\Collaboration\Collaborators\Search
Source:lib/private/Collaboration/Collaborators/Search.php#37
Implements:OCP\Collaboration\Collaborators\ISearch

Properties

protected static property OC\Collaboration\Collaborators\Search::$pluginList
Source:lib/private/Collaboration/Collaborators/Search.php#41

Methods

public OC\Collaboration\Collaborators\Search::__construct($c)
Source:lib/private/Collaboration/Collaborators/Search.php#43
public OC\Collaboration\Collaborators\Search::search($search, $shareTypes, $lookup, $limit, $offset)
Source:

lib/private/Collaboration/Collaborators/Search.php#56

Parameters:
  • $search (string)
  • $shareTypes (array)
  • $lookup (bool)
  • $limit (int | null)
  • $offset (int | null)
Returns:

array

Throws:

\OCP\AppFramework\QueryException

public OC\Collaboration\Collaborators\Search::registerPlugin($pluginInfo)
Source:lib/private/Collaboration/Collaborators/Search.php#108
protected OC\Collaboration\Collaborators\Search::dropMailSharesWhereRemoteShareIsPossible($searchResult)
Source:lib/private/Collaboration/Collaborators/Search.php#116