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¶
Install¶
You can install the phpdomain using pip:
pip install -U sphinxcontrib-phpdomain