Horde_Core_Ui_VarRenderer::__construct PHP Method

__construct() public method

Constructs a new renderer.
public __construct ( array $params = [] )
$params array The name of the variable which will track this UI widget's state.
    public function __construct($params = array())
    {
        $this->_params = $params;
    }