PHPStan\Rules\Classes\AccessPropertiesRule::getNodeType PHP 메소드

getNodeType() 공개 메소드

public getNodeType ( ) : string
리턴 string
    public function getNodeType() : string
    {
        return PropertyFetch::class;
    }