PHP Class WPDKUIControlCustom
$item = array(
'type' => WPDKUIControlType::CUSTOM,
'content' => 'Your HTML markup',
);
Mostrar archivo
Open project: wpxtreme/wpdk
Public Methods
Method |
Description |
|
__construct ( array $item ) : WPDKUIControlCustom |
Create an instance of WPDKUIControlCustom class |
|
draw ( ) |
Drawing control |
|
Method Details
__construct()
public method
Create an instance of WPDKUIControlCustom class
public __construct ( array $item ) : WPDKUIControlCustom |
$item |
array |
Key value pairs with control info |
return |
WPDKUIControlCustom |
|