Documentation

IMP_Search_Vfolder_Builtin extends IMP_Search_Vfolder
in package

AbstractYes

Base definition for built-in Virtual Folders.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2010-2017 Horde LLC

license

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

Table of Contents

Constants

ALLSEARCH  = "all\x00"
SUBFOLDER  = "sub\x00"
VERSION  = 1

Properties

$all  : bool
$canEdit  : bool
$enabled  : bool
Is this query enabled?
$formid  : string
$id  : string
$label  : string
$mbox_list  : array<string|int, mixed>
$mbox_ob  : IMP_Mailbox
$mboxes  : array<string|int, mixed>
$mid  : string
$prefDisplay  : bool
Display this virtual folder in the preferences screen?
$query  : array<string|int, mixed>
$querytext  : string
$subfolder_list  : array<string|int, mixed>
$_cache  : array<string|int, mixed>
Cache results.
$_canEdit  : bool
Can this query be edited?
$_criteria  : array<string|int, mixed>
The search criteria (IMP_Search_Element objects).
$_id  : string
The search ID.
$_label  : string
The virtual folder label.
$_mboxes  : array<string|int, mixed>
The mailbox list.
$_nosave  : array<string|int, mixed>
List of serialize entries not to save.

Methods

__construct()  : mixed
Constructor.
__get()  : mixed
__serialize()  : array<string|int, mixed>
__toString()  : string
String representation of this object: the mailbox ID.
__unserialize()  : void
add()  : mixed
Add a search query element.
replace()  : mixed
Replace the search query with the given query.
runElementCallbacks()  : array<string|int, mixed>
Reduce the sorted return ID list by running search element callbacks.
serialize()  : string
Serialization.
unserialize()  : mixed
Unserialization.
_init()  : mixed
Initialization tasks.

Constants

ALLSEARCH

public mixed ALLSEARCH = "all\x00"

SUBFOLDER

public mixed SUBFOLDER = "sub\x00"

VERSION

public mixed VERSION = 1

Properties

$all

public bool $all

Does this query search all mailboxes?

$canEdit

public bool $canEdit

Can this query be edited?

$enabled

Is this query enabled?

public bool $enabled = \true

$formid

public string $formid

The mailbox ID to use in forms.

$id

public string $id

The query ID.

$label

public string $label

The query label.

$mbox_list

public array<string|int, mixed> $mbox_list

The list of individual mailboxes to query (no subfolder mailboxes).

$mboxes

public array<string|int, mixed> $mboxes

The list of mailboxes to query. This list automatically expands subfolder searches.

$mid

public string $mid

The query ID with the search mailbox prefix.

$prefDisplay

Display this virtual folder in the preferences screen?

public bool $prefDisplay = \true

$query

public array<string|int, mixed> $query

The list of IMAP queries that comprise this search. Keys are mailbox names, values are Horde_Imap_Client_Search_Query objects.

$querytext

public string $querytext

The textual representation of the query.

$subfolder_list

public array<string|int, mixed> $subfolder_list

The list of mailboxes to do subfolder queries for. The subfolders are not expanded.

$_cache

Cache results.

protected array<string|int, mixed> $_cache = array()

$_canEdit

Can this query be edited?

protected bool $_canEdit = \false

$_criteria

The search criteria (IMP_Search_Element objects).

protected array<string|int, mixed> $_criteria = array()

$_id

The search ID.

protected string $_id

$_label

The virtual folder label.

protected string $_label

$_mboxes

The mailbox list.

protected array<string|int, mixed> $_mboxes = array()

$_nosave

List of serialize entries not to save.

protected array<string|int, mixed> $_nosave = array('c', 'i', 'l', 'm')

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $opts = array() ]) : mixed

The 'add', 'id', 'label', and 'mboxes' parameters are not honored.

Parameters
$opts : array<string|int, mixed> = array()
Tags
see
__construct()

__get()

public __get(mixed $name) : mixed
Parameters
$name : mixed

__serialize()

public __serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

__toString()

String representation of this object: the mailbox ID.

public __toString() : string
Return values
string

Mailbox ID.

__unserialize()

public __unserialize(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>

replace()

Replace the search query with the given query.

public replace([array<string|int, mixed> $criteria = array() ]) : mixed
Parameters
$criteria : array<string|int, mixed> = array()

A list of criteria to add (Horde_Search_Element objects).

runElementCallbacks()

Reduce the sorted return ID list by running search element callbacks.

public runElementCallbacks(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.

serialize()

Serialization.

public serialize() : string
Return values
string

Serialized data.

unserialize()

Unserialization.

public unserialize(string $data) : mixed
Parameters
$data : string

Serialized data.

Tags
throws
Exception

_init()

Initialization tasks.

protected abstract _init() : mixed

        
On this page

Search results