File: method.rst

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

.. php:class:: Foo

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

    Simple test method.

    :param array $args: Associative array

Cross linking
=============

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