PHP Interface PHPStan\Parser\Parser

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

Méthodes publiques

Méthode Description
parseFile ( string $file ) : array
parseString ( string $sourceCode ) : array

Method Details

parseFile() public méthode

public parseFile ( string $file ) : array
$file string path to a file to parse
Résultat array

parseString() public méthode

public parseString ( string $sourceCode ) : array
$sourceCode string
Résultat array