You are here

public function ReflectionClass::newInstance in Drupal 9

Same name in this branch
  1. 9 core/lib/Drupal/Component/Annotation/Doctrine/Compatibility/Php8/ReflectionClass.php \Drupal\Component\Annotation\Doctrine\Compatibility\Php8\ReflectionClass::newInstance()
  2. 9 core/lib/Drupal/Component/Annotation/Doctrine/Compatibility/Php7/ReflectionClass.php \Drupal\Component\Annotation\Doctrine\Compatibility\Php7\ReflectionClass::newInstance()

File

core/lib/Drupal/Component/Annotation/Doctrine/Compatibility/Php7/ReflectionClass.php, line 44
This class is a near-copy of Doctrine\Common\Reflection\Compatibility\Php7\ReflectionClass, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.2.

Class

ReflectionClass

Namespace

Drupal\Component\Annotation\Doctrine\Compatibility\Php7

Code

public function newInstance($args) {
  throw new ReflectionException('Method not implemented');
}