Skip to content

Commit a55690a

Browse files
committed
docs: make method names linkable
1 parent b7d56d5 commit a55690a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/outgoing/view_renderer.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ can instantiate it directly:
2929
in your library's constructor.
3030

3131
Then you can use any of the three standard methods that it provides:
32-
**render(viewpath, options, save)**, **setVar(name, value, context)** and **setData(data, context)**.
32+
:php:meth:`render() <CodeIgniter\\View\\View::render()>`,
33+
:php:meth:`setVar() <CodeIgniter\\View\\View::setVar()>` and
34+
:php:meth:`setData() <CodeIgniter\\View\\View::setData()>`.
3335

3436
What It Does
3537
============

0 commit comments

Comments
 (0)