|
|
@ -133,7 +133,7 @@ class Progress extends Widget |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Generates a bar |
|
|
|
* Generates a bar |
|
|
|
* @param int $percent the percentage of the bar |
|
|
|
* @param integer $percent the percentage of the bar |
|
|
|
* @param string $label, optional, the label to display at the bar |
|
|
|
* @param string $label, optional, the label to display at the bar |
|
|
|
* @param array $options the HTML attributes of the bar |
|
|
|
* @param array $options the HTML attributes of the bar |
|
|
|
* @return string the rendering result. |
|
|
|
* @return string the rendering result. |
|
|
|