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

Breadcrumb

  1. Drupal Core 11.1.x
  2. EntityFieldReflection.php

function EntityFieldReflection::__construct

File

vendor/mglaman/phpstan-drupal/src/Reflection/EntityFieldReflection.php, line 26

Class

EntityFieldReflection
Allows field access via magic methods

Namespace

mglaman\PHPStanDrupal\Reflection

Code

public function __construct(ClassReflection $declaringClass, string $propertyName) {
    $this->declaringClass = $declaringClass;
    $this->propertyName = $propertyName;
}
RSS feed
Powered by Drupal