PHP Class Ingo_Transport_Vfs, horde

Author: Brent J. Nordquist ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Ingo_Transport_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__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.

Méthodes protégées

Méthode Description
_connect ( ) Connect to the VFS server.

Method Details

__construct() public méthode

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

_connect() protected méthode

Connect to the VFS server.
protected _connect ( )

getScript() public méthode

Returns the content of the currently active script.
public getScript ( ) : array
Résultat array The complete ruleset of the specified user.

setScriptActive() public méthode

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.