PHP Class PHPStan\Parser\FunctionCallStatementFinder

Afficher le fichier Open project: phpstan/phpstan Class Usage Examples

Méthodes publiques

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

Method Details

findFunctionCallInStatements() public méthode

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

findFunctionCallInStatements() public méthode

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