ISearchPlugin¶
-
interface
OCP\Collaboration\Collaborators\
ISearchPlugin
¶ - Interface ISearchPlugin
Methods¶
-
public
OCP\Collaboration\Collaborators\ISearchPlugin::
search
($search, $limit, $offset, $searchResult)¶ Source: Parameters: - $search (string)
- $limit (int)
- $offset (int)
- $searchResult (
OCP\Collaboration\Collaborators\ISearchResult
)
Returns: bool whether the plugin has more results
Since: 13.0.0