PHP Класс WPDKUIControlSection
$item = array(
'type' => WPDKUIControlType::SECTION,
'label' => 'Left label',
'id' => 'id',
);
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
__construct ( array $item ) : WPDKUIControlSection |
Create an instance of WPDKUIControlSection class |
|
draw ( ) |
Drawing control |
|
Описание методов
__construct()
публичный Метод
Create an instance of WPDKUIControlSection class
public __construct ( array $item ) : WPDKUIControlSection |
$item |
array |
Key value pairs with control info |
Результат |
WPDKUIControlSection |
|