You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param array $options: Array of options, as key/value pairs
115
-
:param boolean $saveData: If true, will save data for use with any other calls, if false, will clean the data after rendering the view.
116
+
:param string $view: File name of the view source
117
+
:param array $options: Array of options, as key/value pairs
118
+
:param boolean|null $saveData: If true, will save data for use with any other calls. If false, will clean the data after rendering the view. If null, uses the config setting.
:param string $view: Contents of the view to render, for instance content retrieved from a database
127
-
:param array $options: Array of options, as key/value pairs
128
-
:param boolean $saveData: If true, will save data for use with any other calls, if false, will clean the data after rendering the view.
129
+
:param string $view: Contents of the view to render, for instance content retrieved from a database
130
+
:param array $options: Array of options, as key/value pairs
131
+
:param boolean|null $saveData: If true, will save data for use with any other calls. If false, will clean the data after rendering the view. If null, uses the config setting.
0 commit comments