PHP Class IMP_Search_Element_Text, horde

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

Public Methods

Method Description
__construct ( string $text, string $bodyonly = true, boolean $not = false ) Constructor.
createQuery ( $mbox, $queryob )
queryText ( )

Method Details

__construct() public method

Constructor.
public __construct ( string $text, string $bodyonly = true, boolean $not = false )
$text string The search text.
$bodyonly string If true, only search in the body of the message. If false, also search in the headers.
$not boolean If true, do a 'NOT' search of $text.

createQuery() public method

public createQuery ( $mbox, $queryob )

queryText() public method

public queryText ( )