PHP Class WPDKUIControlPhone

$item = array( 'type' => WPDKUIControlType::PHONE, 'label' => 'Left label', 'id' => 'id', 'value' => '', 'attrs' => array(), 'data' => array(), 'class' => array(), 'style' => '', 'title' => 'This title is a tooltip', 'prepend' => '', 'append' => '', );
Author: =undo= ([email protected])
Inheritance: extends WPDKUIControl
Show file Open project: wpxtreme/wpdk

Public Methods

Method Description
__construct ( array $item ) : WPDKUIControlPhone Create an instance of WPDKUIControlPhone class
draw ( ) Drawing control

Method Details

__construct() public method

Create an instance of WPDKUIControlPhone class
Since: 1.0.0.b3
public __construct ( array $item ) : WPDKUIControlPhone
$item array Key value pairs with control info
return WPDKUIControlPhone

draw() public method

Drawing control
public draw ( )