PHP Класс WPDKUIControlChoose

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

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

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

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

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

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

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

Drawing control
public draw ( )