PHP Класс Ingo_Transport_Timsieved, horde

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

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

Свойство Тип Описание
$_sieve Horde\ManageSieve The ManageSieve object.
$_supportShares

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

Метод Описание
__construct ( array $params = [] ) Constructor.
getScript ( ) : string Returns the content of the currently active script.
setScriptActive ( array $script ) Sets a script running on the backend.

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

Метод Описание
_connect ( ) Connects to the sieve server.

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

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

Constructor.
public __construct ( array $params = [] )
$params array

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

Connects to the sieve server.
protected _connect ( )

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

Returns the content of the currently active script.
public getScript ( ) : string
Результат string The complete ruleset of the specified user.

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

Sets a script running on the backend.
public setScriptActive ( array $script )
$script array The filter script information. Passed elements: - 'name': (string) the script name. - 'recipes': (array) the filter recipe objects. - 'script': (string) the filter script.

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

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

The ManageSieve object.
protected ManageSieve,Horde $_sieve
Результат Horde\ManageSieve

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

protected $_supportShares