PHP 클래스 PHPFusion\Atom\Admin

파일 보기 프로젝트 열기: php-fusion/PHP-Fusion

공개 메소드들

메소드 설명
__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