PHP Класс Ingo_Script_Sieve_Action_Vacation, horde

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

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

Метод Описание
__construct ( array $vars = [] ) Constructor.
check ( ) : boolean | string Checks if the rule parameters are valid.
generate ( ) : string Returns a script snippet representing this rule and any sub-rules.
requires ( ) : array Returns a list of sieve extensions required for this rule and any sub-rules.

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

Метод Описание
_dateCheck ( ) : string Uses 'date' and 'relative' extensions to limit vacation messages by date.
_dayCheck ( $begin, $end )
_monthCheck ( $begin, $end )
_regexCheck ( ) : string Uses regular expression parsing to limit vacation messages by date.
_vacationCode ( )
_yearCheck ( $begin, $end )

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

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

Constructor.
public __construct ( array $vars = [] )
$vars array Any required parameters.

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

Uses 'date' and 'relative' extensions to limit vacation messages by date.
protected _dateCheck ( ) : string
Результат string A Sieve script snippet.

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

protected _dayCheck ( $begin, $end )

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

protected _monthCheck ( $begin, $end )

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

Uses regular expression parsing to limit vacation messages by date.
protected _regexCheck ( ) : string
Результат string A Sieve script snippet.

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

protected _vacationCode ( )

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

protected _yearCheck ( $begin, $end )

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

Checks if the rule parameters are valid.
public check ( ) : boolean | string
Результат boolean | string True if this rule is valid, an error message otherwise.

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

Returns a script snippet representing this rule and any sub-rules.
public generate ( ) : string
Результат string A Sieve script snippet.

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

Returns a list of sieve extensions required for this rule and any sub-rules.
public requires ( ) : array
Результат array A Sieve extension list.