Xpressengine\Tests\Theme\TestTheme::getSettingView PHP Method

getSettingView() public method

설정폼은 자동으로 생성되며 설정폼 내부에 출력할 html만 반환하면 된다.
public getSettingView ( ConfigEntity $config = null ) : string
$config Xpressengine\Config\ConfigEntity 기존에 설정된 설정값
return string
    public function getSettingView(ConfigEntity $config = null)
    {
    }