PHP Класс WPDKUIControlLabel

$item = array( 'type' => WPDKUIControlType::LABEL, 'id' => 'id', 'for' => '', 'label' => 'Label Text', 'value' => 'Content to append', 'attrs' => array(), 'data' => array(), 'class' => array(), 'style' => '', 'title' => 'This title is a tooltip', 'append' => '', 'prepend' => '', );
Автор: =undo= ([email protected])
Наследование: extends WPDKUIControl
Показать файл Открыть проект

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

Метод Описание
__construct ( array $item ) : WPDKUIControlLabel Create an instance of WPDKUIControlLabel class
draw ( ) Dawing alert control

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

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

Create an instance of WPDKUIControlLabel class
С версии: 1.0.0.b3
public __construct ( array $item ) : WPDKUIControlLabel
$item array Key value pairs with control info
Результат WPDKUIControlLabel

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

Dawing alert control
public draw ( )