PHP Класс Ingo_Transport_Base, horde

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

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

Свойство Тип Описание
$_params array Congifuration parameters.
$_supportShares boolean Whether this driver allows managing other users' rules.

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

Метод Описание
__construct ( array $params = [] ) Constructor.
quote ( string $string ) : string Quotes user input if supported by the transport driver.
setScriptActive ( array $script ) Sets a script running on the backend.
supportShares ( ) : boolean Returns whether the driver supports managing other users' rules.

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

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

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

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

Quotes user input if supported by the transport driver.
public quote ( string $string ) : string
$string string A string to quote.
Результат string The quoted string.

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.

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

Returns whether the driver supports managing other users' rules.
public supportShares ( ) : boolean
Результат boolean True if the driver supports shares.

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

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

Congifuration parameters.
protected array $_params
Результат array

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

Whether this driver allows managing other users' rules.
protected bool $_supportShares
Результат boolean