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