PHP Class PHPFusion\SeptenaryTheme

Inheritance: extends SeptenaryComponents
ファイルを表示 Open project: php-fusion/PHP-Fusion Class Usage Examples

Public Properties

Property Type Description
$septenary_instance Object Theme Factory

Protected Properties

Property Type Description
$locale

Public Methods

Method Description
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

Private Methods

Method Description
setHeader ( ) Adds Theme Javascript and Meta header

Method Details

Factory() public static method

public static Factory ( )

displayContent() public method

Render the theme content
public displayContent ( )

render_page() public method

Render the theme layout
public render_page ( )

set_bottom_html() public method

Injection of BL_CENTER
public set_bottom_html ( $html )
$html

set_left_html() public method

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

set_lower_html() public method

Injection of L_CENTER
public set_lower_html ( $html )
$html

set_top_html() public method

Injection of AU_CENTER
public set_top_html ( $html )
$html

set_upper_html() public method

Injection of U_CENTER
public set_upper_html ( $html )
$html

Property Details

$locale protected_oe static_oe property

protected static $locale

$septenary_instance public_oe static_oe property

Object Theme Factory
public static $septenary_instance