PHP Class PHPFusion\Atom\Admin

ファイルを表示 Open project: php-fusion/PHP-Fusion

Public Methods

Method Description
__construct ( )
display_theme_editor ( $theme_name ) The Theme Editor - Manage UI
display_theme_list ( )
theme_installable ( $theme_name ) : boolean Verify that theme exist and not active
theme_uploader ( )
theme_widget_exists ( $theme_name ) Check if a theme widget file exist
verify_theme ( $theme_name ) : boolean Verify theme exist

Method Details

__construct() public method

public __construct ( )

display_theme_editor() public static method

The Theme Editor - Manage UI
public static display_theme_editor ( $theme_name )

display_theme_list() public static method

public static display_theme_list ( )

theme_installable() static public method

Verify that theme exist and not active
static public theme_installable ( $theme_name ) : boolean
$theme_name
return boolean

theme_uploader() public static method

public static theme_uploader ( )

theme_widget_exists() static public method

Check if a theme widget file exist
static public theme_widget_exists ( $theme_name )

verify_theme() public static method

Verify theme exist
public static verify_theme ( $theme_name ) : boolean
$theme_name
return boolean