![]() |
WPDK
1.5.0
WordPress Development Kit
|
Public Member Functions | |
| __construct ($cla) | |
| Construct. More... | |
| display () | |
| Display. More... | |
| html () | |
| Get the HTML. More... | |
Static Public Member Functions | |
| static | init ($cla) |
| Init instance. More... | |
| static | item ($item) |
| Single item. More... | |
Definition at line 2240 of file wpdk-ui-controls.php.
| __construct | ( | $cla | ) |
Construct.
Create an instance of WPDKUIControlsLayout class
| array | $cla | Controls Layout array |
Definition at line 2256 of file wpdk-ui-controls.php.
| display | ( | ) |
| html | ( | ) |
Get the HTML.
Return the HTML markup pf controls layout array
Definition at line 2326 of file wpdk-ui-controls.php.
|
static |
Init instance.
Return an instance of WPDKUIControlsLayout class
| array | $cla | Controls Layout array |
Definition at line 2269 of file wpdk-ui-controls.php.
|
static |
Single item.
Return the HTML markup for a single item array
| array | $item | Single item to process |
Definition at line 2284 of file wpdk-ui-controls.php.