PHP Класс Ingo_Script_Maildrop_Recipe, horde

Автор: Matt Weyland ([email protected])
Автор: Jan Schneider ([email protected])
Наследование: implements Ingo_Script_Item
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_action
$_combine
$_conditions
$_disable
$_flags
$_operators
$_params
$_valid

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

Метод Описание
__construct ( array $params = [], array $scriptparams = [] ) Constructs a new maildrop recipe.
addCondition ( $condition = [] ) Adds a condition to the recipe.
addFlag ( string $flag ) Adds a flag to the recipe.
generate ( ) : string Generates maildrop code to represent the recipe.
maildropPath ( string $folder ) : string Returns a maildrop-ready mailbox path, converting IMAP folder pathname conventions as necessary.

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

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

Constructs a new maildrop recipe.
public __construct ( array $params = [], array $scriptparams = [] )
$params array Array of parameters. REQUIRED FIELDS: 'action' OPTIONAL FIELDS: 'action-value' (only used if the 'action' requires it) 'combine' 'disable'
$scriptparams array Array of parameters passed to Ingo_Script_Maildrop::.

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

Adds a condition to the recipe.
public addCondition ( $condition = [] )

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

Adds a flag to the recipe.
public addFlag ( string $flag )
$flag string String of flags to append to the current flags.

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

Generates maildrop code to represent the recipe.
public generate ( ) : string
Результат string maildrop code to represent the recipe.

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

Returns a maildrop-ready mailbox path, converting IMAP folder pathname conventions as necessary.
public maildropPath ( string $folder ) : string
$folder string The IMAP folder name.
Результат string The maildrop mailbox path.

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

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

protected $_action

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

protected $_combine

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

protected $_conditions

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

protected $_disable

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

protected $_flags

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

protected $_operators

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

protected $_params

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

protected $_valid