PHP Класс WPDKUIProgressBar

С версии: 1.7.1
Автор: =undo= ([email protected])
Наследование: extends WPDKHTMLTag
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

Create an instance of WPDKUIProgress class
public __construct ( string $id, $percentage, $progress_bar_type = WPDKUIProgressBarType::BASIC ) : WPDKUIProgress
$id string ID attribute
Результат WPDKUIProgress

html() публичный Метод

Return the HTML markup of single Progress bar
public html ( ) : string
Результат string

Описание свойств

$animated публичное свойство

If this property is TRUE also $stripe is TRUE.
public bool $animated
Результат boolean

$displayPercentage публичное свойство

Display the percentage inner progress bar.
public bool $displayPercentage
Результат boolean

$id публичное свойство

Progress (container) id.
public string $id
Результат string

$label публичное свойство

The label used instead the percentage.
public string $label
Результат string

$percentage публичное свойство

Percentage
public int $percentage
Результат integer

$striped публичное свойство

Display a striped progress bar.
public bool $striped
Результат boolean

$type публичное свойство

Type (style) of bar
public string $type
Результат string