private static property Target::$map in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php \Doctrine\Common\Annotations\Annotation\Target::map
Type: array
File
- vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ Annotation/ Target.php, line 42
Class
- Target
- Annotation that can be used to signal to the parser to check the annotation target during the parsing process.
Namespace
Doctrine\Common\Annotations\AnnotationCode
private static $map = array(
'ALL' => self::TARGET_ALL,
'CLASS' => self::TARGET_CLASS,
'METHOD' => self::TARGET_METHOD,
'PROPERTY' => self::TARGET_PROPERTY,
'ANNOTATION' => self::TARGET_ANNOTATION,
);