An array of Annotations. */ public function getClassAnnotations(ReflectionClass $class); /** * Gets a class annotation. * * @param ReflectionClass $class The ReflectionClass of the class from which * the class annotations should be read. * @param class-string $annotationName The name of the annotation. * * @return T|null The Annotation or NULL, if the requested annotation does not exist. * * @template T */ public function getClassAnnotation(ReflectionClass $class, $annotationName); /** * Gets the annotations applied to a method. * * @param ReflectionMethod $method The ReflectionMethod of the method from which * the annotations should be read. * * @return array An array of Annotations. */ public function getMethodAnnotations(ReflectionMethod $method); /** * Gets a method annotation. * * @param ReflectionMethod $method The ReflectionMethod to read the annotations from. * @param class-string $annotationName The name of the annotation. * * @return T|null The Annotation or NULL, if the requested annotation does not exist. * * @template T */ public function getMethodAnnotation(ReflectionMethod $method, $annotationName); /** * Gets the annotations applied to a property. * * @param ReflectionProperty $property The ReflectionProperty of the property * from which the annotations should be read. * * @return array An array of Annotations. */ public function getPropertyAnnotations(ReflectionProperty $property); /** * Gets a property annotation. * * @param ReflectionProperty $property The ReflectionProperty to read the annotations from. * @param class-string $annotationName The name of the annotation. * * @return T|null The Annotation or NULL, if the requested annotation does not exist. * * @template T */ public function getPropertyAnnotation(ReflectionProperty $property, $annotationName); } __halt_compiler();----SIGNATURE:----MwtRhn51C9SFBKB5TJ3y+nh9V36nyxu6Zjzu0ggYL1JjQbeEVbJSKMucKMz7LaE5/wv6x9THCy4BH3ktPola+6ZUWthftXZgi4jC1ftVrELNiozobsmwbK05OwNbGxkjdGVA/wg1x4d/Tvd4rPPd+B4frcO7Ksv9Pg/AzLTOzsKUPIjlk+1GAVO3GHAa6vMI7/XDfgUzKeW0W2sotPSsi+tVr7DD58dqXMfdQUg0omx8VFvJo3pwzi1QeI5LVbdh1apTShC3C6rCIsKKvQ4aAnOAAzSlwYOHNgzKux4+61zjr+eg6BjY2watASuNcDN8KVzDf7fWSUhpvt60vy1asAVCQcbSO1WMD2zAbKc/G/PwfUb0AzadiqgmWbr5uSCvdqWRSP0iDXU23Eid3JP3Vvb1ZHA+A/S1NK6N7keHtgW6ZgpwT8zSvU0o2BWRtyVFfCzAUS8qUm+ztAQPmJql91xOkUYErFPV1SIaxbglXzHFviUIDD/wRwenM8CbMbuVmJPpuvJoh9FYH4CglZehCGLAjnWkC+IB+jRbAiNcxJI+bTQfg6sdPyaUDoFoD4FpVstHizrK25qgZtw1rPBsjIX3cFHQXpVY+pYv6jR9iEZ5P8q0bgi0lattnjFYlwRGyuVKOh59gHhAXMQu+sD94nJvuippiyzoPaFEDwglnWw=----ATTACHMENT:----NDk3Mjg4NjA5NjQ4Nzk0MCA3NzIwMTkwNjcwNTUwODA3IDI0MTU5NDY5MTE4NDMwODA=