PHP Класс IMP_Search_Element, horde

Автор: Michael Slusarz ([email protected])
Наследование: implements Serializable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$not boolean Allow NOT search on this element?

Защищенные свойства (Protected)

Свойство Тип Описание
$_data object Data for this element.

Открытые методы

Метод Описание
createQuery ( string $mbox, Horde_Imap_Client_Search_Query $queryob ) : Horde_Imap_Client_Search_Query Adds the current query item to the query object.
getCriteria ( ) : object Returns the criteria data for the element.
queryText ( ) : array Return search query text representation.
serialize ( ) : string Serialization.
unserialize ( string $data ) Unserialization.

Описание методов

createQuery() абстрактный публичный Метод

Adds the current query item to the query object.
abstract public createQuery ( string $mbox, Horde_Imap_Client_Search_Query $queryob ) : Horde_Imap_Client_Search_Query
$mbox string The mailbox to create the query for.
$queryob Horde_Imap_Client_Search_Query The query object.
Результат Horde_Imap_Client_Search_Query The altered query object.

getCriteria() публичный Метод

Returns the criteria data for the element.
public getCriteria ( ) : object
Результат object The criteria (see each class for the available properties).

queryText() абстрактный публичный Метод

Return search query text representation.
abstract public queryText ( ) : array
Результат array The textual description of this search element.

serialize() публичный Метод

Serialization.
public serialize ( ) : string
Результат string Serialized data.

unserialize() публичный Метод

Unserialization.
public unserialize ( string $data )
$data string Serialized data.

Описание свойств

$_data защищенное свойство

Data for this element.
protected object $_data
Результат object

$not публичное свойство

Allow NOT search on this element?
public bool $not
Результат boolean