PHP 클래스 WPDKUIControlCustom

$item = array( 'type' => WPDKUIControlType::CUSTOM, 'content' => 'Your HTML markup', );
부터: 1.0.0.b4
저자: =undo= ([email protected])
상속: extends WPDKUIControl
파일 보기 프로젝트 열기: wpxtreme/wpdk

공개 메소드들

메소드 설명
__construct ( array $item ) : WPDKUIControlCustom Create an instance of WPDKUIControlCustom class
draw ( ) Drawing control

메소드 상세

__construct() 공개 메소드

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

draw() 공개 메소드

Drawing control
public draw ( )