mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
release version 2.0.14
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* @link http://www.yiiframework.com/
|
||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
namespace yii\db;
|
||||
|
||||
@ -24,7 +29,6 @@ class JsonExpression implements ExpressionInterface
|
||||
* The value must be compatible with [\yii\helpers\Json::encode()|Json::encode()]] input requirements.
|
||||
*/
|
||||
protected $value;
|
||||
|
||||
/**
|
||||
* @var string|null Type of JSON, expression should be casted to. Defaults to `null`, meaning
|
||||
* no explicit casting will be performed.
|
||||
@ -33,6 +37,7 @@ class JsonExpression implements ExpressionInterface
|
||||
*/
|
||||
protected $type;
|
||||
|
||||
|
||||
/**
|
||||
* JsonExpression constructor.
|
||||
*
|
||||
|
Reference in New Issue
Block a user