PHP Domain for Sphinx
*********************

author:
   Mark Story <mark at mark-story.com>

author:
   Michael Voříšek


About
=====

A domain for sphinx >= 1.3 that provides language support for PHP.

PHP Domain supports following objects:

* Global variable

* Global function

* Constant

* Namespace

  * Function

  * Class

* Class

  * Class constant

  * Instance methods

  * Static methods

  * Properties

Note:

  This domain expresses methods and attribute names like this:

     Class::method_name
     Class::$attribute_name

  You address classes/functions in namespaces using \ syntax as you
  would in PHP:

     Package\Subpackage\Class

See Usage Example in the documentation for information about how to
use it.


URLs
====

PyPI:
   https://pypi.python.org/pypi/sphinxcontrib-phpdomain

Documentation:
   https://markstory.github.io/sphinxcontrib-phpdomain/


Install
=======

You can install the phpdomain using pip:

   pip install -U sphinxcontrib-phpdomain


Contents
========

* Usage Example

  * Result

  * Cross referencing

  * Result

* Reference

  * Directives

  * Cross Referencing

* ChangeLog

  * 0.15.1

  * 0.15.0

  * 0.14.0

  * 0.13.2

  * 0.13.1

  * 0.13.0

  * 0.12.0

  * 0.11.2

  * 0.11.0

  * 0.10.0

  * 0.9.0

  * 0.8.1

  * 0.8.0

  * 0.7.3

  * 0.7.2

  * 0.7.1

  * 0.7.0

  * 0.6.3

  * 0.6.2

  * 0.6.1

  * 0.6.0

  * 0.5.0

  * 0.4.1

  * 0.4.0

  * 0.3.0

  * 0.2.5

  * 0.2.4

  * 0.2.3

  * 0.2.2

  * 0.2.1

  * 0.2.0

  * 0.1.4

  * 0.1.3

  * 0.1.2

  * 0.1.1

  * 0.1.0

* Index

* Search Page
