PHP 클래스 Ingo_Transport_Timsieved, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_sieve Horde\ManageSieve The ManageSieve object.
$_supportShares

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructor.
getScript ( ) : string Returns the content of the currently active script.
setScriptActive ( array $script ) Sets a script running on the backend.

보호된 메소드들

메소드 설명
_connect ( ) Connects to the sieve server.

메소드 상세

__construct() 공개 메소드

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

_connect() 보호된 메소드

Connects to the sieve server.
protected _connect ( )

getScript() 공개 메소드

Returns the content of the currently active script.
public getScript ( ) : string
리턴 string 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.

프로퍼티 상세

$_sieve 보호되어 있는 프로퍼티

The ManageSieve object.
protected ManageSieve,Horde $_sieve
리턴 Horde\ManageSieve

$_supportShares 보호되어 있는 프로퍼티

protected $_supportShares