PHP Class PHPStan\Reflection\MissingPropertyFromReflectionException

Inheritance: extends PHPStan\AnalysedCodeException
ファイルを表示 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