PHP 클래스 WPDKUIControlCheckboxes
$item = array(
'type' => WPDKUIControlType::CHECKBOXES,
'legend' => 'field set (legend)',
'beforelabel' => '',
'afterlabel' => ':',
'list' => array( [item checkbox without typekey], ... ),
);
파일 보기
프로젝트 열기: wpxtreme/wpdk
공개 메소드들
메소드 |
설명 |
|
__construct ( array $item ) : WPDKUIControlCheckboxes |
Create an instance of WPDKUIControlCheckbox class |
|
draw ( ) |
Drawing control |
|
메소드 상세
Create an instance of WPDKUIControlCheckbox class
public __construct ( array $item ) : WPDKUIControlCheckboxes |
$item |
array |
Key value pairs with control info |
리턴 |
WPDKUIControlCheckboxes |
|