Craft\RetourWidget::getSettingsHtml PHP 메소드

getSettingsHtml() 공개 메소드

public getSettingsHtml ( ) : mixed
리턴 mixed
    public function getSettingsHtml()
    {
        /* -- Variables to pass down to our rendered template */
        $variables = array();
        $variables['settings'] = $this->getSettings();
        return craft()->templates->render('retour/widgets/RetourWidget_Settings', $variables);
    }