PHP 클래스 WPDKUIControlNumber

$item = array( 'type' => WPDKUIControlType::NUMBER, 'label' => 'Left label' | array(), 'id' => 'id', 'value' => '', 'min' => 0, 'step' => 1, 'attrs' => array(), 'data' => array(), 'class' => array(), 'style' => '', 'title' => 'This title is a tooltip', 'prepend' => '', 'append' => '', );
저자: =undo= ([email protected])
상속: extends WPDKUIControl
파일 보기 프로젝트 열기: wpxtreme/wpdk

공개 메소드들

메소드 설명
__construct ( array $item ) : WPDKUIControlNumber Create an instance of WPDKUIControlNumber class
draw ( ) Drawing control
init ( array $item ) : WPDKUIControlNumber Useful static method to instance class.

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKUIControlNumber class
부터: 1.0.0.b3
public __construct ( array $item ) : WPDKUIControlNumber
$item array Key value pairs with control info
리턴 WPDKUIControlNumber

draw() 공개 메소드

Drawing control
public draw ( )

init() 공개 정적인 메소드

Useful static method to instance class.
부터: 1.5.6
public static init ( array $item ) : WPDKUIControlNumber
$item array Key value pairs with control info
리턴 WPDKUIControlNumber