PHP Class PHPFusion\Atom\Admin

Afficher le fichier Open project: php-fusion/PHP-Fusion

Méthodes publiques

Méthode 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 méthode

public __construct ( )

display_theme_editor() public static méthode

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

display_theme_list() public static méthode

public static display_theme_list ( )

theme_installable() static public méthode

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

theme_uploader() public static méthode

public static theme_uploader ( )

theme_widget_exists() static public méthode

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

verify_theme() public static méthode

Verify theme exist
public static verify_theme ( $theme_name ) : boolean
$theme_name
Résultat boolean