PHP Класс WPDKUIControlURL

$item = array( 'type' => WPDKUIControlType::URL, '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 ) : WPDKUIControlURL Create an instance of WPDKUIControlURL class
draw ( ) Drawing control

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

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

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

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

Drawing control
public draw ( )