Skip to content

Commit e78c5b8

Browse files
authored
Update property_info.rst
Added variable $accessExtractors from Doku v 4.1.
1 parent f22904d commit e78c5b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/property_info.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ provide it with a set of information extractors.
5959
// list of PropertyDescriptionExtractorInterface (any iterable)
6060
$descriptionExtractors = array($phpDocExtractor);
6161
62+
// array of PropertyAccessExtractorInterface
63+
$accessExtractors = array($reflectionExtractor);
64+
6265
// list of PropertyInitializableExtractorInterface (any iterable)
6366
$propertyInitializableExtractors = array($reflectionExtractor);
6467
65-
// list of PropertyAccessExtractorInterface (any iterable)
68+
6669
6770
$propertyInfo = new PropertyInfoExtractor(
6871
$listExtractors,

0 commit comments

Comments
 (0)