PHP 클래스 WPDKUIControlAlert

$item = array( 'type' => WPDKUIControlType::ALERT, 'alert_type' => WPDKUIAlertType::INFORMATION, 'id' => 'id', 'value' => 'Alert content', 'title' => 'Alert title', 'class' => '' | array(), 'dismiss_button' => true, 'prepend' => '', 'append' => '', 'permanent_dismiss' => false, // If TRUE this alert is permanently dismissed after close );
저자: =undo= ([email protected])
상속: extends WPDKUIControl
파일 보기 프로젝트 열기: wpxtreme/wpdk

공개 메소드들

메소드 설명
draw ( ) Drawing control

메소드 상세

draw() 공개 메소드

Drawing control
public draw ( )