Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

NamedArgumentConstructor.php

Namespace

Doctrine\Common\Annotations\Annotation

File

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.
RSS feed
Powered by Drupal