PHP Class IMP_Search_Filter, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Search_Query
Show file Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$prefDisplay boolean Display this filter in the preferences screen?

Public Methods

Method Description
__get ( $name )
toQuery ( array $mboxes, string $id = null ) : IMP_Search_Query Creates a query object from this filter.

Method Details

__get() public method

public __get ( $name )

toQuery() public method

Creates a query object from this filter.
public toQuery ( array $mboxes, string $id = null ) : IMP_Search_Query
$mboxes array The list of mailboxes to apply the filter to.
$id string The query ID to use.
return IMP_Search_Query A query object.

Property Details

$prefDisplay public property

Display this filter in the preferences screen?
public bool $prefDisplay
return boolean