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