class NamedArgumentConstructor
Annotation that indicates that the annotated class should be constructed with a named argument call.
@Annotation
Plugin annotation
@Target("CLASS");
Hierarchy
- class \Doctrine\Common\Annotations\Annotation\NamedArgumentConstructor
Expanded class hierarchy of NamedArgumentConstructor
1 file declares its use of NamedArgumentConstructor
- DocParser.php in vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ DocParser.php
File
-
vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ Annotation/ NamedArgumentConstructor.php, line 11
Namespace
Doctrine\Common\Annotations\AnnotationView source
final class NamedArgumentConstructor {
}