PHP Класс IMP_Search_Element_Flag, horde

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

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

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

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

Метод Описание
__construct ( string $name, boolean $set = true ) Constructor.
createQuery ( $mbox, $queryob )
queryText ( )

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

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

Constructor.
public __construct ( string $name, boolean $set = true )
$name string The flag or keyword name.
$set boolean If true, search for messages that have the flag set. If false, search for messages that do not have the flag set.

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

public createQuery ( $mbox, $queryob )

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

public queryText ( )

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

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

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