PHP Класс IMP_Search_Element_Daterange, horde

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

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

Метод Описание
__construct ( mixed $begin, mixed $end, boolean $not = false ) Constructor.
createQuery ( $mbox, $queryob )
queryText ( )

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

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

Constructor.
public __construct ( mixed $begin, mixed $end, boolean $not = false )
$begin mixed Either a DateTime object of the beginning date or null (all messages since the beginning of time).
$end mixed Either a DateTime object of the ending date or null (all messages until the end of time).
$not boolean Is this a not search?

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

public createQuery ( $mbox, $queryob )

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

public queryText ( )