IManager¶
-
interface
OCP\Collaboration\AutoComplete\
IManager
¶ - Interface IManager
Implemented by: OC\Collaboration\AutoComplete\Manager
Source: lib/public/Collaboration/AutoComplete/IManager.php#31
Methods¶
-
public
OCP\Collaboration\AutoComplete\IManager::
registerSorter
($className)¶ Source: Parameters: - $className (string) – class name of the ISorter implementation
Since: 13.0.0
-
public
OCP\Collaboration\AutoComplete\IManager::
runSorters
($sorters, &$sortArray, $context)¶ Source: Parameters: - $sorters (array) list of sorter IDs, seperated by “|”
- $sortArray (array) array representation of OCPCollaborationCollaboratorsISearchResult
- $context (array) context info of the search, keys: itemType, itemId
Since: 13.0.0