PHP Class PHPStan\Rules\Classes\RequireParentConstructCallRule

Inheritance: implements PHPStan\Rules\Rule
Afficher le fichier Open project: phpstan/phpstan

Méthodes publiques

Méthode Description
__construct ( Broker $broker )
getNodeType ( ) : string
processNode ( PhpParser\Node $node, Scope $scope ) : array

Private Methods

Méthode Description
callsParentConstruct ( PhpParser\Node $parserNode ) : boolean
getParentConstructorClass ( ClassReflection $classReflection ) : string | boolean

Method Details

__construct() public méthode

public __construct ( Broker $broker )
$broker PHPStan\Broker\Broker

getNodeType() public méthode

public getNodeType ( ) : string
Résultat string

processNode() public méthode

public processNode ( PhpParser\Node $node, Scope $scope ) : array
$node PhpParser\Node
$scope PHPStan\Analyser\Scope
Résultat array