PHP Class IMP_Search_Element_Flag, horde

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

Public Properties

Property Type Description
$not boolean Allow NOT search on this element?

Public Methods

Method Description
__construct ( string $name, boolean $set = true ) Constructor.
createQuery ( $mbox, $queryob )
queryText ( )

Method Details

__construct() public method

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 method

public createQuery ( $mbox, $queryob )

queryText() public method

public queryText ( )

Property Details

$not public property

Allow NOT search on this element?
public bool $not
return boolean