#20 proposed architecture for bootstrap

This commit is contained in:
Antonio Ramirez
2013-05-12 20:21:44 +02:00
parent 3bdb6c3110
commit 6493f7abe3
18 changed files with 1022 additions and 0 deletions

View 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
{
}