PHP Class app\themes\SettingsTheme

Inheritance: extends Xpressengine\Theme\AbstractTheme
Show file Open project: xpressengine/xpressengine Class Usage Examples

Public Properties

Property Type Description
$content

Protected Properties

Property Type Description
$id

Public Methods

Method Description
getSettingView ( ConfigEntity $config = null ) : string 테마 설정 페이지에 출력할 html 텍스트를 출력한다.
render ( ) : string Get the evaluated contents of the object.

Private Methods

Method Description
loadFrontend ( ) : void loadFrontend

Method Details

getSettingView() public method

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

render() public method

Get the evaluated contents of the object.
public render ( ) : string
return string

Property Details

$content public property

public $content

$id protected static property

protected static $id