PHP Class 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 );
Author: =undo= ([email protected])
Inheritance: extends WPDKUIControl
Show file Open project: wpxtreme/wpdk

Public Methods

Method Description
draw ( ) Drawing control

Method Details

draw() public method

Drawing control
public draw ( )