PHP Class WPDKUIControlSection
$item = array(
'type' => WPDKUIControlType::SECTION,
'label' => 'Left label',
'id' => 'id',
);
Exibir arquivo
Open project: wpxtreme/wpdk
Public Methods
Method |
Description |
|
__construct ( array $item ) : WPDKUIControlSection |
Create an instance of WPDKUIControlSection class |
|
draw ( ) |
Drawing control |
|
Method Details
__construct()
public method
Create an instance of WPDKUIControlSection class
public __construct ( array $item ) : WPDKUIControlSection |
$item |
array |
Key value pairs with control info |
return |
WPDKUIControlSection |
|