Documentation

IMP_Search_Element_Callback
in

Interface implementing callbacks to reduce/filter search results.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2015-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

Methods

searchCallback()  : array<string|int, mixed>
Callback allowing search results to be reduced/filtered.

Methods

searchCallback()

Callback allowing search results to be reduced/filtered.

public searchCallback(IMP_Mailbox $mbox, array<string|int, mixed> $ids) : array<string|int, mixed>
Parameters
$mbox : IMP_Mailbox

Mailbox.

$ids : array<string|int, mixed>

Sorted ID list.

Return values
array<string|int, mixed>

Sorted ID list.


        
On this page

Search results