PHP 클래스 PHPStan\Rules\Classes\RequireParentConstructCallRule

상속: implements PHPStan\Rules\Rule
파일 보기 프로젝트 열기: phpstan/phpstan

공개 메소드들

메소드 설명
__construct ( Broker $broker )
getNodeType ( ) : string
processNode ( PhpParser\Node $node, Scope $scope ) : array

비공개 메소드들

메소드 설명
callsParentConstruct ( PhpParser\Node $parserNode ) : boolean
getParentConstructorClass ( ClassReflection $classReflection ) : string | boolean

메소드 상세

__construct() 공개 메소드

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

getNodeType() 공개 메소드

public getNodeType ( ) : string
리턴 string

processNode() 공개 메소드

public processNode ( PhpParser\Node $node, Scope $scope ) : array
$node PhpParser\Node
$scope PHPStan\Analyser\Scope
리턴 array