Method | Description | |
---|---|---|
__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. |
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 |
return | WPDKjQueryTabsViewController |
public admin_head ( ) |
public admin_print_styles ( ) |