Skip to content

Commit 8650dd8

Browse files
committed
minor #82 Bootstrapping property info doc (weaverryan)
This PR was squashed before being merged into the 2.8 branch (closes #82). Discussion ---------- Bootstrapping property info doc Commits ------- eec1e2f Bootstrapping property info doc
2 parents 06e3263 + eec1e2f commit 8650dd8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

components/property_info.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. index::
2+
single: PropertyInfo
3+
single: Components; PropertyInfo
4+
5+
The PropertyInfo Component
6+
==========================
7+
8+
The PropertyInfo component extracts information about PHP class properties using
9+
metadata from popular sources, like Reflection and PHP Documentation.
10+
11+
.. versionadded:: 2.8
12+
The PropertyInfo component was introduced in Symfony 2.8.
13+
14+
Installation
15+
------------
16+
17+
You can install the component in 2 different ways:
18+
19+
* :doc:`Install it via Composer </components/using_components>` (``symfony/property-info`` on `Packagist`_);
20+
* Use the official Git repository (https://github.com/symfony/property-info).
21+
22+
For more information, see the code in the Git Repository.

0 commit comments

Comments
 (0)