File: method.md

package info (click to toggle)
sphinxcontrib-phpdomain 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 588 kB
  • sloc: python: 811; makefile: 162
file content (17 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Simple method

:::{php:class} Foo
:::

:::{php:method} test($a, ...$args)

Simple test method.

```{eval-rst}
:param array $args: Associative array
```
:::

## Cross linking

- {php:meth}`Foo::test()`