PHP 클래스 PHPFusion\SeptenaryTheme

상속: extends SeptenaryComponents
파일 보기 프로젝트 열기: php-fusion/PHP-Fusion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$septenary_instance Object Theme Factory

보호된 프로퍼티들

프로퍼티 타입 설명
$locale

공개 메소드들

메소드 설명
Factory ( )
displayContent ( ) Render the theme content
render_page ( ) Render the theme layout
set_bottom_html ( $html ) Injection of BL_CENTER
set_left_html ( $html ) Injection of left bar html
set_lower_html ( $html ) Injection of L_CENTER
set_top_html ( $html ) Injection of AU_CENTER
set_upper_html ( $html ) Injection of U_CENTER

비공개 메소드들

메소드 설명
setHeader ( ) Adds Theme Javascript and Meta header

메소드 상세

Factory() 공개 정적인 메소드

public static Factory ( )

displayContent() 공개 메소드

Render the theme content
public displayContent ( )

render_page() 공개 메소드

Render the theme layout
public render_page ( )

set_bottom_html() 공개 메소드

Injection of BL_CENTER
public set_bottom_html ( $html )
$html

set_left_html() 공개 메소드

Injection of left bar html
public set_left_html ( $html )
$html

set_lower_html() 공개 메소드

Injection of L_CENTER
public set_lower_html ( $html )
$html

set_top_html() 공개 메소드

Injection of AU_CENTER
public set_top_html ( $html )
$html

set_upper_html() 공개 메소드

Injection of U_CENTER
public set_upper_html ( $html )
$html

프로퍼티 상세

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

protected static $locale

$septenary_instance 공개적으로 정적으로 프로퍼티

Object Theme Factory
public static $septenary_instance