NamedArgumentConstructor.php
Namespace
Doctrine\Common\Annotations\AnnotationFile
-
vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ Annotation/ NamedArgumentConstructor.php
View source
<?php
namespace Doctrine\Common\Annotations\Annotation;
/**
* Annotation that indicates that the annotated class should be constructed with a named argument call.
*
* @Annotation
* @Target("CLASS")
*/
final class NamedArgumentConstructor {
}
Classes
Title | Deprecated | Summary |
---|---|---|
NamedArgumentConstructor | Annotation that indicates that the annotated class should be constructed with a named argument call. |