PHP Class IMP_Search_Filter, horde

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

Méthodes publiques

Свойство Type Description
$prefDisplay boolean Display this filter in the preferences screen?

Méthodes publiques

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

Method Details

__get() public méthode

public __get ( $name )

toQuery() public méthode

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.
Résultat IMP_Search_Query A query object.

Property Details

$prefDisplay public_oe property

Display this filter in the preferences screen?
public bool $prefDisplay
Résultat boolean