PHP 클래스 Pressbooks\Modules\ThemeOptions\ThemeOptions

파일 보기 프로젝트 열기: pressbooks/pressbooks 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $tabs ) Constructor.
getTabs ( ) Returns a filtered array of tabs that we should be loading.
init ( ) Instantiate the class and add loadTabs() to the admin_init hook.
loadTabs ( ) Register the settings on each tab, run upgrade() if needed.
render ( ) Render the theme options page and load the appropriate tab.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $tabs )
$tabs array

getTabs() 정적인 공개 메소드

Returns a filtered array of tabs that we should be loading.
static public getTabs ( )

init() 정적인 공개 메소드

Instantiate the class and add loadTabs() to the admin_init hook.
static public init ( )

loadTabs() 공개 메소드

Register the settings on each tab, run upgrade() if needed.
public loadTabs ( )

render() 정적인 공개 메소드

Render the theme options page and load the appropriate tab.
static public render ( )