PHP Class PHPStan\Parser\FunctionCallStatementFinder

Exibir arquivo Open project: phpstan/phpstan Class Usage Examples

Public Methods

Method Description
findFunctionCallInStatements ( array $functionNames, mixed $statements ) : PhpParser\Node | null
findFunctionCallInStatements ( string $functionName, mixed $statements ) : PhpParser\Node | null

Method Details

findFunctionCallInStatements() public method

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

findFunctionCallInStatements() public method

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