ReflectionHelper
final class ReflectionHelper
Methods
static bool
hasPropertyTag(ClassReflection $classReflection, string $propertyName)
Does the given class or any of its ancestors have an @property*
annotation with the given name?
Details
at line 14
static bool
hasPropertyTag(ClassReflection $classReflection, string $propertyName)
Does the given class or any of its ancestors have an @property*
annotation with the given name?