mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
move JsExpression to web.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
namespace yii\helpers\base;
|
||||
|
||||
use yii\base\InvalidParamException;
|
||||
use yii\helpers\JsExpression;
|
||||
use yii\web\JsExpression;
|
||||
|
||||
/**
|
||||
* Json is a helper class providing JSON data encoding and decoding.
|
||||
|
@ -9,7 +9,7 @@ namespace yii\validators;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Html;
|
||||
use yii\helpers\JsExpression;
|
||||
use yii\web\JsExpression;
|
||||
use yii\helpers\Json;
|
||||
|
||||
/**
|
||||
|
@ -9,7 +9,7 @@ namespace yii\validators;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Html;
|
||||
use yii\helpers\JsExpression;
|
||||
use yii\web\JsExpression;
|
||||
use yii\helpers\Json;
|
||||
|
||||
/**
|
||||
|
@ -10,7 +10,7 @@ namespace yii\validators;
|
||||
use Yii;
|
||||
use yii\base\InvalidConfigException;
|
||||
use yii\helpers\Html;
|
||||
use yii\helpers\JsExpression;
|
||||
use yii\web\JsExpression;
|
||||
use yii\helpers\Json;
|
||||
|
||||
/**
|
||||
|
@ -9,7 +9,7 @@ namespace yii\validators;
|
||||
|
||||
use Yii;
|
||||
use yii\helpers\Html;
|
||||
use yii\helpers\JsExpression;
|
||||
use yii\web\JsExpression;
|
||||
use yii\helpers\Json;
|
||||
|
||||
/**
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @license http://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
namespace yii\helpers;
|
||||
namespace yii\web;
|
||||
|
||||
use yii\base\Object;
|
||||
|
@ -10,7 +10,7 @@ use yii\base\Component;
|
||||
use yii\db\ActiveRecord;
|
||||
use yii\helpers\Html;
|
||||
use yii\base\Model;
|
||||
use yii\helpers\JsExpression;
|
||||
use yii\web\JsExpression;
|
||||
|
||||
/**
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
|
@ -4,7 +4,7 @@
|
||||
namespace yiiunit\framework\helpers;
|
||||
|
||||
use yii\helpers\Json;
|
||||
use yii\helpers\JsExpression;
|
||||
use yii\web\JsExpression;
|
||||
|
||||
class JsonTest extends \yii\test\TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user