Craft\MinimeePlugin::getSettingsHtml PHP 메소드

getSettingsHtml() 공개 메소드

Renders the settings form to configure Minimee
public getSettingsHtml ( ) : String
리턴 String
    public function getSettingsHtml()
    {
        $filesystemConfigPath = craft()->path->getConfigPath() . 'minimee.php';
        return craft()->templates->render('minimee/settings', array('settings' => $this->getSettings(), 'filesystemConfigExists' => (bool) IOHelper::fileExists($filesystemConfigPath)));
    }