Ingo_Transport_Base::setScriptActive PHP Method

setScriptActive() public method

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.
    public function setScriptActive($script)
    {
    }