PHP Класс Ingo_Script_Imap, horde

Автор: Michael Slusarz ([email protected])
Автор: Jan Schneider ([email protected])
Наследование: extends Ingo_Script_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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.

Открытые методы

Метод Описание
canPerform ( ) : boolean Is the perform() function available?

Защищенные методы

Метод Описание
_getQuery ( ) : Ingo_IMAP_Search_Query Returns a query object prepared for adding further criteria.
_perform ( integer $change ) Performs the filtering specified in the rules.

Описание методов

_getQuery() защищенный Метод

Returns a query object prepared for adding further criteria.
protected _getQuery ( ) : Ingo_IMAP_Search_Query
Результат Ingo_IMAP_Search_Query A query object.

_perform() защищенный Метод

Performs the filtering specified in the rules.
protected _perform ( integer $change )
$change integer The timestamp of the latest rule change during the current session.

canPerform() публичный Метод

Is the perform() function available?
public canPerform ( ) : boolean
Результат boolean True if perform() is available, false if not.

Описание свойств

$_actions защищенное свойство

The list of actions allowed (implemented) for this driver.
protected array $_actions
Результат array

$_categories защищенное свойство

The categories of filtering allowed.
protected array $_categories
Результат array

$_features защищенное свойство

A list of driver features.
protected array $_features
Результат array

$_tests защищенное свойство

The list of tests allowed (implemented) for this driver.
protected array $_tests
Результат array

$_types защищенное свойство

The types of tests allowed (implemented) for this driver.
protected array $_types
Результат array