Home
last modified time | relevance | path

Searched refs:TARGET_CLASS (Results 1 – 4 of 4) sorted by last modified time

/plugin/combo/vendor/symfony/polyfill-php80/Resources/stubs/
H A DAttribute.php3 #[Attribute(Attribute::TARGET_CLASS)]
6 public const TARGET_CLASS = 1; define in Attribute
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php146 'targets' => Target::TARGET_CLASS,
190 'targets' => Target::TARGET_CLASS,
516 self::$metadataParser->setTarget(Target::TARGET_CLASS);
H A DAnnotationReader.php217 $this->parser->setTarget(Target::TARGET_CLASS);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php33 const TARGET_CLASS = 1; define in Doctrine\\Common\\Annotations\\Annotation\\Target
44 'CLASS' => self::TARGET_CLASS,