Property | Type | Description | |
---|---|---|---|
$_sieve | The ManageSieve object. | ||
$_supportShares |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Constructor. | |
getScript ( ) : string | Returns the content of the currently active script. | |
setScriptActive ( array $script ) | Sets a script running on the backend. |
Method | Description | |
---|---|---|
_connect ( ) | Connects to the sieve server. |
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. |