PHP Class PHPStan\Reflection\MissingPropertyFromReflectionException

Inheritance: extends PHPStan\AnalysedCodeException
Show file Open project: phpstan/phpstan

Public Methods

Method Description
__construct ( string $className, string $propertyName )

Method Details

__construct() public method

public __construct ( string $className, string $propertyName )
$className string
$propertyName string