File tree 1 file changed +8
-1
lines changed 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ Before dumping it, you can further limit the resulting
74
74
:method: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data::withRefHandles `
75
75
Allows removing internal objects' handles for sparser output (useful for tests).
76
76
77
+ :method: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data::seek `
78
+ Allows dumping only subparts of already cloned arrays, objects or resources.
79
+
77
80
Unlike the previous limits on cloners that remove data on purpose, these can
78
81
be changed back and forth before dumping since they do not affect the
79
82
intermediate representation internally.
@@ -82,7 +85,11 @@ intermediate representation internally.
82
85
83
86
When no limit is applied, a :class: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data `
84
87
object is as accurate as the native :phpfunction: `serialize ` function,
85
- and thus could be for purposes beyond dumping for debugging.
88
+ and thus could be used for purposes beyond debugging.
89
+
90
+ .. versionadded :: 3.2
91
+ The :method: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data::seek ` method has been
92
+ added in Symfony 3.2
86
93
87
94
Dumpers
88
95
-------
You can’t perform that action at this time.
0 commit comments