File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments