$_params
$_params : array
Any parameters this widget will need.
.
Ansel_Widget:: class wraps the display of widgets to be displayed in various Ansel_Views.
Copyright 2008-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
__construct(array  $params) : \Ansel_Widget
                Constructor render style
| array | $params | 
attach(\Ansel_View_Base  $view) : boolean
                Attach this widget to the passed in view. Normally called by the Ansel_View once this widget is added.
| \Ansel_View_Base | $view | The view to attach |