PHPSA\Analyzer\Pass\Expression\FunctionCall\AbstractFunctionCallAnalyzer::getRegister PHP Méthode

getRegister() public méthode

public getRegister ( ) : array
Résultat array
    public function getRegister()
    {
        return [\PhpParser\Node\Expr\FuncCall::class];
    }
AbstractFunctionCallAnalyzer