File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 5
5
The PropertyInfo Component
6
6
==========================
7
7
8
- The PropertyInfo component extracts information about PHP class properties using
9
- metadata from popular sources, like Reflection and PHP Documentation.
8
+ The PropertyInfo component extracts information about PHP class properties
9
+ using metadata from popular sources, like ` Reflection `_ and ` PHP Documentation `_ .
10
10
11
11
.. versionadded :: 2.8
12
12
The PropertyInfo component was introduced in Symfony 2.8.
@@ -20,3 +20,7 @@ You can install the component in 2 different ways:
20
20
* Use the official Git repository (https://github.com/symfony/property-info).
21
21
22
22
For more information, see the code in the Git Repository.
23
+
24
+ .. _`Reflection` : http://php.net/manual/en/book.reflection.php
25
+ .. _`PHP Documentation` : https://www.phpdoc.org
26
+ .. _Packagist : https://packagist.org/packages/symfony/property-info
You can’t perform that action at this time.
0 commit comments