function StaticReflectionClass::newInstance

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php \Drupal\Component\Annotation\Doctrine\StaticReflectionClass::newInstance()

File

core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php, line 438

Class

StaticReflectionClass

Namespace

Drupal\Component\Annotation\Doctrine

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.