Skip to content

Commit a74db61

Browse files
committed
docs: add note for the new feature
1 parent 552ad9e commit a74db61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

user_guide_src/source/outgoing/view_cells.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ If you do not include the full namespace for the class, it will assume in can be
2626

2727
<?= view_cell('MyClass::myMethod', ['param1' => 'value1', 'param2' => 'value2']); ?>
2828

29+
.. note:: Namespace omission is available since v4.3.0 and later.
30+
2931
You can also pass the parameters along as a key/value string:
3032
::
3133

0 commit comments

Comments
 (0)