PHP Класс Ingo_Script_Procmail, horde

Автор: Brent J. Nordquist ([email protected])
Автор: Ben Chavet ([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.
$_special_types array A list of any special types that this driver supports.
$_tests array The list of tests allowed (implemented) for this driver.
$_types array The types of tests allowed (implemented) for this driver.

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

Метод Описание
__construct ( array $params = [] ) Constructor.

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

Метод Описание
_generate ( ) Generates the procmail scripts to do the filtering specified in the rules.
_generateBlacklist ( Ingo_Rule $rule ) Generates the procmail script to handle the blacklist specified in the rules.
_generateForward ( Ingo_Rule $rule ) Generates the procmail script to handle mail forwards.
_generateVacation ( Ingo_Rule $rule ) Generates the procmail script to handle vacation.
_generateWhitelist ( Ingo_Rule $rule ) Generates the procmail script to handle the whitelist specified in the rules.

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

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

Constructor.
public __construct ( array $params = [] )
$params array A hash containing parameters needed.

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

Generates the procmail scripts to do the filtering specified in the rules.
protected _generate ( )

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

Generates the procmail script to handle the blacklist specified in the rules.
protected _generateBlacklist ( Ingo_Rule $rule )
$rule Ingo_Rule Rule object.

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

Generates the procmail script to handle mail forwards.
protected _generateForward ( Ingo_Rule $rule )
$rule Ingo_Rule Rule object.

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

Generates the procmail script to handle vacation.
protected _generateVacation ( Ingo_Rule $rule )
$rule Ingo_Rule Rule object.

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

Generates the procmail script to handle the whitelist specified in the rules.
protected _generateWhitelist ( Ingo_Rule $rule )
$rule Ingo_Rule Rule object.

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

$_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

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

A list of any special types that this driver supports.
protected array $_special_types
Результат 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