PHP 클래스 Ingo_Transport_Base, horde

저자: Mike Cochrane ([email protected])
저자: Jan Schneider ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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