PHP 클래스 WPDKUIControlSwipe

$item = array( 'type' => WPDKUIControlType::SWIPE, 'label' => 'label', 'label_placement' => 'left|right', 'id' => 'id', 'name' => 'name', 'value' => 'on', 'attrs' => '', 'data' => '', 'class' => '', 'style' => '', 'title' => 'This title is Tooltip', 'prepend' => '', 'append' => '', 'popover' => instance of WPDKUIPopover );
사용 중단: since 1.9.0
저자: =undo= ([email protected])
상속: extends WPDKUIControl
파일 보기 프로젝트 열기: wpxtreme/wpdk

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

draw() 공개 메소드

Drawing control
public draw ( )

init() 공개 정적인 메소드

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