We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2969d commit d8aef2cCopy full SHA for d8aef2c
1 file changed
user_guide_src/source/general/common_functions.rst
@@ -128,8 +128,10 @@ Service Accessors
128
129
.. literalinclude:: common_functions/002.php
130
131
-.. note:: If you are using the :doc:`form helper </helpers/form_helper>`, this feature is built-in. You only
132
- need to use this function when not using the form helper.
+.. note:: If you are using the :php:func:`set_value()`, :php:func:`set_select()`,
+ :php:func:`set_checkbox()`, and :php:func:`set_radio()` functions in
133
+ :doc:`form helper </helpers/form_helper>`, this feature is built-in. You only
134
+ need to use this function when not using the form helper.
135
136
.. php:function:: session([$key])
137
0 commit comments