PHPSA\Analyzer\Pass\Expression\FunctionCall\PassFunctionCallInterface::pass PHP Метод

pass() публичный Метод

public pass ( PhpParser\Node\Expr\FuncCall $funcCall, Context $context ) : mixed
$funcCall PhpParser\Node\Expr\FuncCall
$context PHPSA\Context
Результат mixed
    public function pass(FuncCall $funcCall, Context $context);
PassFunctionCallInterface