PHP 클래스 WPDKUIControlURL

$item = array( 'type' => WPDKUIControlType::URL, 'label' => 'Left label', 'id' => 'id', 'name' => 'name', 'beforelabel' => '', 'afterlabel' => ':', 'value' => 'Button Text', '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 ) : WPDKUIControlURL Create an instance of WPDKUIControlURL class
draw ( ) Drawing control

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKUIControlURL class
부터: 1.7.2
public __construct ( array $item ) : WPDKUIControlURL
$item array Key value pairs with control info
리턴 WPDKUIControlURL

draw() 공개 메소드

Drawing control
public draw ( )