We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552ad9e commit a74db61Copy full SHA for a74db61
1 file changed
user_guide_src/source/outgoing/view_cells.rst
@@ -26,6 +26,8 @@ If you do not include the full namespace for the class, it will assume in can be
26
27
<?= view_cell('MyClass::myMethod', ['param1' => 'value1', 'param2' => 'value2']); ?>
28
29
+.. note:: Namespace omission is available since v4.3.0 and later.
30
+
31
You can also pass the parameters along as a key/value string:
32
::
33
0 commit comments