skeeks\cms\models\CmsDashboard::getCmsDashboardWidgets PHP Method

getCmsDashboardWidgets() public method

public getCmsDashboardWidgets ( ) : ActiveQuery
return yii\db\ActiveQuery
    public function getCmsDashboardWidgets()
    {
        return $this->hasMany(CmsDashboardWidget::className(), ['cms_dashboard_id' => 'id']);
    }