We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bd0c5 commit d6bf0d9Copy full SHA for d6bf0d9
1 file changed
system/View/View.php
@@ -29,14 +29,16 @@ class View implements RendererInterface
29
use ViewDecoratorTrait;
30
31
/**
32
- * Data that is made available to the Views.
+ * Saved Data.
33
*
34
* @var array
35
*/
36
protected $data = [];
37
38
39
- * Merge savedData and userData
+ * Data for the variables that are available in the Views.
40
+ *
41
+ * @var array|null
42
43
protected $tempData;
44
@@ -48,7 +50,7 @@ class View implements RendererInterface
48
50
protected $viewPath;
49
51
52
- * The render variables
53
+ * Data for rendering including Caching and Debug Toolbar data.
54
55
56
0 commit comments