public function StaticReflectionProperty::__construct

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php, line 41

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

public function __construct(StaticReflectionParser $staticReflectionParser, $propertyName) {
  $this->staticReflectionParser = $staticReflectionParser;
  $this->propertyName = $propertyName;
}