PHP Class PHPFusion\SeptenaryComponents

显示文件 Open project: php-fusion/PHP-Fusion Class Usage Examples

Protected Properties

Property Type Description
$locale

Public Methods

Method Description
close_grid ( boolean | FALSE $box = FALSE ) Close Section
closeside ( )
closetable ( ) Legacy closetable function
col_span ( integer $sm_default = 3, integer $md_default = 3, integer $lg_default = 3 ) : string Calculation of Bootstrap Grid Span
displayHeader ( ) Septenary Header
open_grid ( $class, boolean | FALSE $box = FALSE ) Open Section
openside ( $title, boolean | FALSE $collapse = FALSE, string $state = "on" ) Legacy Openside Function
opentable ( $title ) Legacy opentable function
set_header_html ( $html ) Sets custom header html
set_locale ( ) : array Set current theme locale
theme_output ( $output ) : array Theme Output Replacement

Protected Methods

Method Description
displayFooter ( ) Displays Septenary Footer
display_Showcase ( ) Display Showcase

Method Details

close_grid() public static method

Close Section
public static close_grid ( boolean | FALSE $box = FALSE )
$box boolean | FALSE

closeside() public static method

public static closeside ( )

closetable() public static method

Legacy closetable function
public static closetable ( )

col_span() public static method

Calculation of Bootstrap Grid Span
public static col_span ( integer $sm_default = 3, integer $md_default = 3, integer $lg_default = 3 ) : string
$sm_default integer
$md_default integer
$lg_default integer
return string

displayFooter() protected method

Displays Septenary Footer
protected displayFooter ( )

displayHeader() public method

Septenary Header
public displayHeader ( )

display_Showcase() protected method

Display Showcase
protected display_Showcase ( )

open_grid() public static method

Open Section
public static open_grid ( $class, boolean | FALSE $box = FALSE )
$class
$box boolean | FALSE

openside() public static method

Legacy Openside Function
public static openside ( $title, boolean | FALSE $collapse = FALSE, string $state = "on" )
$title
$collapse boolean | FALSE
$state string

opentable() public static method

Legacy opentable function
public static opentable ( $title )
$title

set_header_html() public static method

Sets custom header html
public static set_header_html ( $html )
$html

set_locale() public static method

Set current theme locale
public static set_locale ( ) : array
return array

theme_output() public static method

Theme Output Replacement
public static theme_output ( $output ) : array
$output
return array

Property Details

$locale protected_oe static_oe property

protected static $locale