PHP Класс Ingo_Transport_Vfs, horde

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

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

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

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

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

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

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

Constructs a new VFS-based storage driver.
public __construct ( array $params = [] )
$params array A hash containing driver parameters.

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

Connect to the VFS server.
protected _connect ( )

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

Returns the content of the currently active script.
public getScript ( ) : array
Результат array 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.