StringHelper.php 352 Bytes
Newer Older
Alexander Makarov committed
1 2 3
<?php
/**
 * @link http://www.yiiframework.com/
Qiang Xue committed
4
 * @copyright Copyright (c) 2008 Yii Software LLC
Alexander Makarov committed
5 6 7
 * @license http://www.yiiframework.com/license/
 */

Qiang Xue committed
8
namespace yii\helpers;
Alexander Makarov committed
9 10

/**
Qiang Xue committed
11
 * StringHelper
Alexander Makarov committed
12
 *
Qiang Xue committed
13 14
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @author Alex Makarov <sam@rmcreative.ru>
Alexander Makarov committed
15 16
 * @since 2.0
 */
17
class StringHelper extends BaseStringHelper
Alexander Makarov committed
18 19
{
}