PHP Class IMP_Search_Element_Daterange, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Search_Element
Show file Open project: horde/horde

Public Methods

Method Description
__construct ( mixed $begin, mixed $end, boolean $not = false ) Constructor.
createQuery ( $mbox, $queryob )
queryText ( )

Method Details

__construct() public method

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 method

public createQuery ( $mbox, $queryob )

queryText() public method

public queryText ( )