PHP Class IMP_Search_Element_Size, 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 ( integer $size, boolean $larger = false ) Constructor.
createQuery ( $mbox, $queryob )
queryText ( )

Method Details

__construct() public method

Constructor.
public __construct ( integer $size, boolean $larger = false )
$size integer The size (in bytes).
$larger boolean Search for messages larger than $size?

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