PHP Класс PHPFusion\Atom\Admin

Показать файл Открыть проект

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

public __construct ( )

display_theme_editor() публичный статический Метод

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

display_theme_list() публичный статический Метод

public static display_theme_list ( )

theme_installable() статический публичный Метод

Verify that theme exist and not active
static public theme_installable ( $theme_name ) : boolean
$theme_name
Результат boolean

theme_uploader() публичный статический Метод

public static theme_uploader ( )

theme_widget_exists() статический публичный Метод

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

verify_theme() публичный статический Метод

Verify theme exist
public static verify_theme ( $theme_name ) : boolean
$theme_name
Результат boolean