mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 19:20:29 +08:00
#20 proposed architecture for bootstrap
This commit is contained in:
21
yii/bootstrap/helpers/base/Progress.php
Normal file
21
yii/bootstrap/helpers/base/Progress.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||
* @link http://www.yiiframework.com/
|
||||
* @license http://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
namespace yii\bootstrap\helpers\base;
|
||||
|
||||
use yii\bootstrap\enum\ProgressEnum;
|
||||
|
||||
/**
|
||||
* Progress provides methods to make use of bootstrap progress bars in your application
|
||||
*
|
||||
* @author Antonio Ramirez <amigo.cobos@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
class Progress
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user