PHP Класс WPDKScreenHelp

## Overview Usually you have to subclass this class
Автор: =undo= ([email protected])
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$currentScreen WP_Screen The WordPres current screen

Открытые методы

Метод Описание
__construct ( ) : WPDKScreenHelp Create an instance of WPDKScreenHelp class
addTab ( string $title, $callable_content ) Add a help tab to current screen
display ( ) Used this method to add tab and sidebar to the screen
sidebar ( ) : string Return the HTML markup for sidebar
tabs ( array $tabs = [] ) : array Return a key value pairs array with the list of tabs

Описание методов

__construct() публичный Метод

Create an instance of WPDKScreenHelp class
public __construct ( ) : WPDKScreenHelp
Результат WPDKScreenHelp

addTab() публичный Метод

Add a help tab to current screen
public addTab ( string $title, $callable_content )
$title string Tab title. The title is sanitize and used as id

display() публичный Метод

Used this method to add tab and sidebar to the screen
public display ( )

sidebar() публичный Метод

Return the HTML markup for sidebar
public sidebar ( ) : string
Результат string

tabs() публичный Метод

Return a key value pairs array with the list of tabs
С версии: 1.4.18
public tabs ( array $tabs = [] ) : array
$tabs array List of tabs
Результат array

Описание свойств

$currentScreen публичное свойство

The WordPres current screen
public WP_Screen $currentScreen
Результат WP_Screen