PHP 클래스 WPDKjQueryTabsViewController

저자: =undo= ([email protected])
상속: extends WPDKViewController
파일 보기 프로젝트 열기: wpxtreme/wpdk 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $id, string $title, WPDKjQueryTabsView $view ) : WPDKjQueryTabsViewController Create an instane of WPDKjQueryTabsViewController class
admin_head ( ) This method is called when the head of this view controller is loaded by WordPress.
admin_print_styles ( ) Fires when styles are printed for a specific admin page based on $hook_suffix.

메소드 상세

__construct() 공개 메소드

Create an instane of WPDKjQueryTabsViewController class
public __construct ( string $id, string $title, WPDKjQueryTabsView $view ) : WPDKjQueryTabsViewController
$id string A lowercase id used in HTML markup
$title string The view controller title
$view WPDKjQueryTabsView An instance of WPDKjQueryTabView class
리턴 WPDKjQueryTabsViewController

admin_head() 공개 메소드

It is used by WPDKMenu for example, as 'admin_head-' action.
public admin_head ( )

admin_print_styles() 공개 메소드

Fires when styles are printed for a specific admin page based on $hook_suffix.
public admin_print_styles ( )