PHP Class WPDKUIControlSection
$item = array(
'type' => WPDKUIControlType::SECTION,
'label' => 'Left label',
'id' => 'id',
);
Afficher le fichier
Open project: wpxtreme/wpdk
Méthodes publiques
Méthode |
Description |
|
__construct ( array $item ) : WPDKUIControlSection |
Create an instance of WPDKUIControlSection class |
|
draw ( ) |
Drawing control |
|
Method Details
__construct()
public méthode
Create an instance of WPDKUIControlSection class
public __construct ( array $item ) : WPDKUIControlSection |
$item |
array |
Key value pairs with control info |
Résultat |
WPDKUIControlSection |
|