MediaWiki REL1_40
|
Utility class for reading doc comment annotations. More...
Static Public Member Functions | |
static | propertyHasAnnotation (\ReflectionProperty $property, string $annotationName) |
Determine whether a ReflectionProperty has a specified annotation. | |
Utility class for reading doc comment annotations.
Definition at line 10 of file AnnotationReader.php.
|
static |
Determine whether a ReflectionProperty has a specified annotation.
\\ReflectionProperty | $property | |
string | $annotationName |
Definition at line 21 of file AnnotationReader.php.
Referenced by Wikimedia\DebugInfo\DumpUtils\objectToArray().