PHP 클래스 Ingo_Transport_Vfs, horde

저자: Brent J. Nordquist ([email protected])
저자: Jan Schneider ([email protected])
상속: extends Ingo_Transport_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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.