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:----oZ8849p4yM0zd3SwVjF7rbQTGcvO3bjcUMrnsSmqeINi3dHZFUcv/tY6lZGNS9I3Khs8DMePr/fiFEsYzg1MIlqKctE884HQKPheb8MX1h3d8IEWw/NKHGTKvYQfNZJ39Fm/SBGCxaNLtA8Jzjb9Nm8BlIcLiiYifYMsXvVmejHfaQlD4x4/9ZvT9NIk9qs9dEpJ+Alj1y++vmiIy3T69m1IXq3DSQzc+DdhOruWAzpa3sOZ7q6vcUweUmGozQseIRjMA23cQyq0hHCB9aA4FzzMcNrsr/xeq/S4nm2VxENss2cMpN8k8NHeSJkoHWgWueObX5ePBzrj2CAoYCUCCAM5CPa9YTcxM9zYAq/yhLwkw3E48tQJuPB/Idsfq2rYS4G+L/icwInLGRq+NXdUXQgMnZYQzvKTkBsYmXU8A2XDF7+Twh9f6tvHIKjAeNNcdTPg2fMY+gxy5DfJ0HQqu/ySmJdPJRJEEF5a0fbQwk2P/hbVnlJVnusVhj6/9I0BovuOaubK9sb7cQ1BJlw0YlGB/frOWFv8hDSVb0CtqauUveKNHjDUR3P/7IA7ak6EXeBsTE3Zou8TTjE5hsyIELVXYEgeYaWZFDILylZ2+07SBE11PFIzDmR+6lETyjr6mdBu3HoMQxsdCASapVVZGccyiwvHVVliq0R3rerP3+s=----ATTACHMENT:----OTEwNTM4MjczNTY5NzY2IDg2NTQ3MjMxOTQ5MTE0OTEgMzI1NTIxNDgzNjM5MTUxOA==