PHP Class Papi_Admin_Meta_Box_Tabs, papi

Afficher le fichier Open project: wp-papi/papi

Protected Properties

Свойство Type Description
$tabs array The tabs.

Méthodes publiques

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

Méthodes protégées

Méthode Description
html ( ) Generate html for tabs and properties.

Method Details

__construct() public méthode

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

get_tabs() public méthode

Get the tabs that are registered.
public get_tabs ( ) : array
Résultat array

html() protected méthode

Generate html for tabs and properties.
protected html ( )

Property Details

$tabs protected_oe property

The tabs.
protected array $tabs
Résultat array