We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22904d commit e78c5b8Copy full SHA for e78c5b8
components/property_info.rst
@@ -59,10 +59,13 @@ provide it with a set of information extractors.
59
// list of PropertyDescriptionExtractorInterface (any iterable)
60
$descriptionExtractors = array($phpDocExtractor);
61
62
+ // array of PropertyAccessExtractorInterface
63
+ $accessExtractors = array($reflectionExtractor);
64
+
65
// list of PropertyInitializableExtractorInterface (any iterable)
66
$propertyInitializableExtractors = array($reflectionExtractor);
67
- // list of PropertyAccessExtractorInterface (any iterable)
68
69
70
$propertyInfo = new PropertyInfoExtractor(
71
$listExtractors,
0 commit comments