Property | Type | Description | |
---|---|---|---|
$_actions | array | The list of actions allowed (implemented) for this driver. | |
$_categories | array | The categories of filtering allowed. | |
$_features | array | A list of driver features. | |
$_tests | array | The list of tests allowed (implemented) for this driver. | |
$_types | array | The types of tests allowed (implemented) for this driver. |
Method | Description | |
---|---|---|
canPerform ( ) : boolean | Is the perform() function available? |
Method | Description | |
---|---|---|
_getQuery ( ) : Ingo_IMAP_Search_Query | Returns a query object prepared for adding further criteria. | |
_perform ( integer $change ) | Performs the filtering specified in the rules. |
protected _getQuery ( ) : Ingo_IMAP_Search_Query | ||
return | Ingo_IMAP_Search_Query | A query object. |
public canPerform ( ) : boolean | ||
return | boolean | True if perform() is available, false if not. |
protected array $_actions | ||
return | array |
protected array $_categories | ||
return | array |
protected array $_tests | ||
return | array |
protected array $_types | ||
return | array |