PHP 클래스 WPDKUIControlLabel

$item = array( 'type' => WPDKUIControlType::LABEL, 'id' => 'id', 'for' => '', 'label' => 'Label Text', 'value' => 'Content to append', 'attrs' => array(), 'data' => array(), 'class' => array(), 'style' => '', 'title' => 'This title is a tooltip', 'append' => '', 'prepend' => '', );
저자: =undo= ([email protected])
상속: extends WPDKUIControl
파일 보기 프로젝트 열기: wpxtreme/wpdk

공개 메소드들

메소드 설명
__construct ( array $item ) : WPDKUIControlLabel Create an instance of WPDKUIControlLabel class
draw ( ) Dawing alert control

메소드 상세

__construct() 공개 메소드

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

draw() 공개 메소드

Dawing alert control
public draw ( )