Home
last modified time | relevance | path

Searched refs:TARGET_ANNOTATION (Results 1 – 2 of 2) sorted by last modified time

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php161 'targets' => Target::TARGET_ANNOTATION,
764 $target = $this->isNestedAnnotation ? Target::TARGET_ANNOTATION : $this->target;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php36 const TARGET_ANNOTATION = 8; define in Doctrine\\Common\\Annotations\\Annotation\\Target
47 'ANNOTATION' => self::TARGET_ANNOTATION,