PHP 클래스 Xpressengine\Tests\Theme\TestTheme

상속: extends Xpressengine\Theme\AbstractTheme
파일 보기 프로젝트 열기: xpressengine/xpressengine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$componentInfo
$id
$supportDesktop
$supportMobile

공개 메소드들

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

메소드 상세

getEditFiles() 공개 메소드

public getEditFiles ( )

getSettingView() 공개 메소드

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

getSettingsURI() 공개 정적인 메소드

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

render() 공개 메소드

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

프로퍼티 상세

$componentInfo 보호되어 있는 정적으로 프로퍼티

protected static $componentInfo

$id 보호되어 있는 정적으로 프로퍼티

protected static $id

$supportDesktop 보호되어 있는 정적으로 프로퍼티

protected static $supportDesktop

$supportMobile 보호되어 있는 정적으로 프로퍼티

protected static $supportMobile