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:----M/sNN4SdDr5FGf7H9GiPw5XeRuPVohMhaCO0/qrx/Hr2kXJ96VEcJidLvtXEQoU/QWnPMuV9WH/cDbGh2YEQDa4wTQJUu7WY7+sb4SNDvHT4YETdGGdtrB3UVQwYTr7ROrtrxa19aY90zlM3Q6ms9jfmq+5Ua5PgFLEXXpDoUb/TW6YzOFCyEUpVvEX7eB/wtKVcovd9+nRdULUS2yG5RyAE7A0sxu7uVp6QmNH687Ajd0z/LkWeaRAMqhimphfgf9UFWW69VTn7mcG5rtyW9/qAWbuLArSC5XCbzRLn7tovjXtVDhZjwQCP+WBiQjuXmx1j7gjRP5fbACQhZncVYCfQprwNx6skKzXdyfTrklzD7QagL+UgzTHKbwUXrVBR/3K60aDrWG8HcQA8uZtTt6sgISpKPmhL2XjQ+a9BEwZm9OIZhFZmSVVuPu3SZaNKvk40LVzNPBDSgSSvpwJ6RNkMdU3ZEa37qEboW19nqlrmsXqzRONYXjR2aJ+v5s8oYi1xrV4gnEsUEkDvFjpCKKRqZSH8LQ2mIAB3MlAOxrTkSPQrW0b7LEsZ8X3KE1szSWSmxUF3k6T5UAMwAUhlcB2aXsLXx+Q8kSZ/A9SiZ7gMe/KyNap4ebl+FhntUgsG4HA8ftZbxACOrdFc/jeNxwPOJ9CgkrGwlqdQfNiNVaM=----ATTACHMENT:----NTUyNTE2NTY5NzcxMDA3NyAxNDQwNTEwMTUwNzMzODY3IDU4NTEyNTQ2NzUyNTQzNQ==