mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-12 03:30:12 +08:00
Fix guide link language [skip ci]
This commit is contained in:
@@ -137,7 +137,7 @@ class Serializer extends Component
|
|||||||
* Serializes the given data into a format that can be easily turned into other formats.
|
* Serializes the given data into a format that can be easily turned into other formats.
|
||||||
* This method mainly converts the objects of recognized types into array representation.
|
* This method mainly converts the objects of recognized types into array representation.
|
||||||
* It will not do conversion for unknown object types or non-object data.
|
* It will not do conversion for unknown object types or non-object data.
|
||||||
* The default implementation will handle [[Model]], [[DataProviderInterface]] and [\JsonSerializable](https://www.php.net/manual/ru/class.jsonserializable.php).
|
* The default implementation will handle [[Model]], [[DataProviderInterface]] and [\JsonSerializable](https://www.php.net/manual/en/class.jsonserializable.php).
|
||||||
* You may override this method to support more object types.
|
* You may override this method to support more object types.
|
||||||
* @param mixed $data the data to be serialized.
|
* @param mixed $data the data to be serialized.
|
||||||
* @return mixed the converted data.
|
* @return mixed the converted data.
|
||||||
|
|||||||
Reference in New Issue
Block a user