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

Breadcrumb

  1. Drupal Core 11.1.x

ComplexType.php

Namespace

PhpParser\Node

File

vendor/nikic/php-parser/lib/PhpParser/Node/ComplexType.php

View source
<?php

declare (strict_types=1);
namespace PhpParser\Node;

use PhpParser\NodeAbstract;

/**
 * This is a base class for complex types, including nullable types and union types.
 *
 * It does not provide any shared behavior and exists only for type-checking purposes.
 */
abstract class ComplexType extends NodeAbstract {

}

Classes

Title Deprecated Summary
ComplexType This is a base class for complex types, including nullable types and union types.
RSS feed
Powered by Drupal