Home
last modified time | relevance | path

Searched refs:annotationName (Results 1 – 7 of 7) sorted by path

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst313 public function getClassAnnotation(\ReflectionClass $class, $annotationName);
327 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
341 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php111 * @param string $annotationName
118 …public static function attributeTypeError($attributeName, $annotationName, $context, $expected, $a… argument
123 $annotationName,
136 * @param string $annotationName
142 public static function requiredError($attributeName, $annotationName, $context, $expected) argument
147 $annotationName,
159 * @param string $annotationName
166 …public static function enumeratorError($attributeName, $annotationName, $context, $available, $giv… argument
171 $annotationName,
H A DAnnotationReader.php228 public function getClassAnnotation(ReflectionClass $class, $annotationName) argument
233 if ($annotation instanceof $annotationName) {
260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName) argument
265 if ($annotation instanceof $annotationName) {
292 public function getMethodAnnotation(ReflectionMethod $method, $annotationName) argument
297 if ($annotation instanceof $annotationName) {
H A DCachedReader.php89 public function getClassAnnotation(ReflectionClass $class, $annotationName) argument
92 if ($annot instanceof $annotationName) {
123 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) argument
126 if ($annot instanceof $annotationName) {
157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) argument
160 if ($annot instanceof $annotationName) {
H A DFileCacheReader.php236 public function getClassAnnotation(\ReflectionClass $class, $annotationName) argument
241 if ($annotation instanceof $annotationName) {
252 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) argument
257 if ($annotation instanceof $annotationName) {
268 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) argument
273 if ($annotation instanceof $annotationName) {
H A DReader.php44 * @param string $annotationName The name of the annotation.
48 function getClassAnnotation(\ReflectionClass $class, $annotationName); argument
64 * @param string $annotationName The name of the annotation.
68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); argument
84 * @param string $annotationName The name of the annotation.
88 function getPropertyAnnotation(\ReflectionProperty $property, $annotationName); argument
H A DSimpleAnnotationReader.php89 public function getClassAnnotation(\ReflectionClass $class, $annotationName) argument
92 if ($annot instanceof $annotationName) {
103 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) argument
106 if ($annot instanceof $annotationName) {
117 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) argument
120 if ($annot instanceof $annotationName) {