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