Craft\Workflow_SubmissionsWidget::getSettingsHtml PHP Method

getSettingsHtml() public method

public getSettingsHtml ( )
    public function getSettingsHtml()
    {
        return craft()->templates->render('workflow/_widget/settings', array('settings' => $this->getSettings()));
    }