PHP 클래스 PHPStan\Parser\FunctionCallStatementFinder

파일 보기 프로젝트 열기: phpstan/phpstan 1 사용 예제들

공개 메소드들

메소드 설명
findFunctionCallInStatements ( array $functionNames, mixed $statements ) : PhpParser\Node | null
findFunctionCallInStatements ( string $functionName, mixed $statements ) : PhpParser\Node | null

메소드 상세

findFunctionCallInStatements() 공개 메소드

public findFunctionCallInStatements ( array $functionNames, mixed $statements ) : PhpParser\Node | null
$functionNames array
$statements mixed
리턴 PhpParser\Node | null

findFunctionCallInStatements() 공개 메소드

public findFunctionCallInStatements ( string $functionName, mixed $statements ) : PhpParser\Node | null
$functionName string
$statements mixed
리턴 PhpParser\Node | null