Property | Type | Description | |
---|---|---|---|
$animated | boolean | If this property is TRUE also $stripe is TRUE. | |
$displayPercentage | boolean | Display the percentage inner progress bar. | |
$id | string | Progress (container) id. | |
$label | string | The label used instead the percentage. | |
$percentage | integer | Percentage | |
$striped | boolean | Display a striped progress bar. | |
$type | string | Type (style) of bar |
Method | Description | |
---|---|---|
__construct ( string $id, $percentage, $progress_bar_type = WPDKUIProgressBarType::BASIC ) : WPDKUIProgress | Create an instance of WPDKUIProgress class | |
html ( ) : string | Return the HTML markup of single Progress bar |
public __construct ( string $id, $percentage, $progress_bar_type = WPDKUIProgressBarType::BASIC ) : WPDKUIProgress | ||
$id | string | ID attribute |
return | WPDKUIProgress |
public bool $animated | ||
return | boolean |
public bool $displayPercentage | ||
return | boolean |