PHP Класс WPDKMetaBoxView

Автор: =undo= ([email protected])
Наследование: extends WPDKView
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( string $id, string $title, string | object $screen = null, string $context = WPDKMetaBoxContext::ADVANCED, string $priority = WPDKMetaBoxPriority::NORMAL, mixed $callback_args = null ) : WPDKMetaBoxView Create an instance of WPDKMetaBoxView class

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

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

Create an instance of WPDKMetaBoxView class
public __construct ( string $id, string $title, string | object $screen = null, string $context = WPDKMetaBoxContext::ADVANCED, string $priority = WPDKMetaBoxPriority::NORMAL, mixed $callback_args = null ) : WPDKMetaBoxView
$id string String for use in the 'id' attribute of tags.
$title string Title of the meta box.
$screen string | object Optional. The screen on which to show the box (post, page, link). Defaults to current screen.
$context string Optional. The context within the page where the boxes should show ('normal', 'advanced').
$priority string Optional. The priority within the context where the boxes should show ('high', 'low'). *
$callback_args mixed Optional. Callable args.
Результат WPDKMetaBoxView