Class humhub\modules\admin\widgets\DashboardApproval
Inheritance | humhub\modules\admin\widgets\DashboardApproval » humhub\components\Widget » yii\base\Widget |
---|---|
Available since version | 0.7 |
Shows pending approvals on dashboard
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$render | boolean | If set to false this widget won't be rendered | humhub\components\Widget |
$widgetLayout | string | Defines an optional layout | humhub\components\Widget |
Public Methods
Method | Description | Defined By |
---|---|---|
getLayoutViewParams() | Returns an array of view parameter used if \humhub\components\layout is set. | humhub\components\Widget |
process() | Process is a wrapper for the run method | humhub\components\Widget |
run() | humhub\modules\admin\widgets\DashboardApproval | |
widget() | Creates a widget instance and runs it. | humhub\components\Widget |
Events
Event | Type | Description | Defined By |
---|---|---|---|
EVENT_CREATE | humhub\libs\WidgetCreateEvent | An event raised before creating a widget. | humhub\components\Widget |