PHP 클래스 WPDKPreferencesViewController

저자: =undo= ([email protected])
상속: extends WPDKjQueryTabsViewController
파일 보기 프로젝트 열기: wpxtreme/wpdk

공개 메소드들

메소드 설명
__construct ( WPDKPreferences $preferences, string $title, array $tabs, boolean $vertical = false ) : WPDKPreferencesViewController Create an instance of WPDKPreferencesViewController class
_admin_head ( ) This method is called when the head of this view controller is loaded by WordPress.
display_toolbar ( ) Hook used to display a form toolbar preferences

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKPreferencesViewController class
public __construct ( WPDKPreferences $preferences, string $title, array $tabs, boolean $vertical = false ) : WPDKPreferencesViewController
$preferences WPDKPreferences An instance of WPDKPreferences class
$title string The title of view controller
$tabs array Tabs array
$vertical boolean Optional. Set to TRUE in order to display vertical tab. Default is FALSE.
리턴 WPDKPreferencesViewController

_admin_head() 공개 메소드

It is used by WPDKMenu for example, as 'admin_head-' action.
부터: 1.4.18
public _admin_head ( )

display_toolbar() 공개 메소드

Hook used to display a form toolbar preferences
public display_toolbar ( )