PHP Class Papi_Admin_Meta_Box_Tabs, papi

Show file Open project: wp-papi/papi

Protected Properties

Property Type Description
$tabs array The tabs.

Public Methods

Method Description
__construct ( array $tabs = [], boolean $render = true ) The constructor.
get_tabs ( ) : array Get the tabs that are registered.

Protected Methods

Method Description
html ( ) Generate html for tabs and properties.

Method Details

__construct() public method

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

get_tabs() public method

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

html() protected method

Generate html for tabs and properties.
protected html ( )

Property Details

$tabs protected property

The tabs.
protected array $tabs
return array