PHP 클래스 Papi_Admin_Meta_Box_Tabs, papi

파일 보기 프로젝트 열기: wp-papi/papi

보호된 프로퍼티들

프로퍼티 타입 설명
$tabs array The tabs.

공개 메소드들

메소드 설명
__construct ( array $tabs = [], boolean $render = true ) The constructor.
get_tabs ( ) : array Get the tabs that are registered.

보호된 메소드들

메소드 설명
html ( ) Generate html for tabs and properties.

메소드 상세

__construct() 공개 메소드

The constructor.
public __construct ( array $tabs = [], boolean $render = true )
$tabs array
$render boolean

get_tabs() 공개 메소드

Get the tabs that are registered.
public get_tabs ( ) : array
리턴 array

html() 보호된 메소드

Generate html for tabs and properties.
protected html ( )

프로퍼티 상세

$tabs 보호되어 있는 프로퍼티

The tabs.
protected array $tabs
리턴 array