trait ReflectionClass

Same name in this branch
  1. 9 core/lib/Drupal/Component/Annotation/Doctrine/Compatibility/Php7/ReflectionClass.php \Drupal\Component\Annotation\Doctrine\Compatibility\Php7\ReflectionClass

Hierarchy

  • trait \Drupal\Component\Annotation\Doctrine\Compatibility\Php8\ReflectionClass

File

core/lib/Drupal/Component/Annotation/Doctrine/Compatibility/Php8/ReflectionClass.php, line 31

Namespace

Drupal\Component\Annotation\Doctrine\Compatibility\Php8
View source
trait ReflectionClass {
    
    /**
     * {@inheritDoc}
     */
    public function getConstants(?int $filter = null) {
        throw new ReflectionException('Method not implemented');
    }
    
    /**
     * {@inheritDoc}
     */
    public function newInstance(mixed ...$args) {
        throw new ReflectionException('Method not implemented');
    }

}

Members

Title Sort descending Modifiers Object type Summary
ReflectionClass::getConstants public function
ReflectionClass::newInstance public function

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