PHP Class Xpressengine\Tests\Theme\TestTheme

Inheritance: extends Xpressengine\Theme\AbstractTheme
显示文件 Open project: xpressengine/xpressengine Class Usage Examples

Protected Properties

Property Type Description
$componentInfo
$id
$supportDesktop
$supportMobile

Public Methods

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

Method Details

getEditFiles() public method

public getEditFiles ( )

getSettingView() public method

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

getSettingsURI() public static method

return settings manage uri
public static getSettingsURI ( ) : null | string
return null | string

render() public method

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

Property Details

$componentInfo protected_oe static_oe property

protected static $componentInfo

$id protected_oe static_oe property

protected static $id

$supportDesktop protected_oe static_oe property

protected static $supportDesktop

$supportMobile protected_oe static_oe property

protected static $supportMobile