PHP Interface Nelmio\Alice\ParserInterface

Afficher le fichier Open project: nelmio/alice Interface Usage Examples

Méthodes publiques

Méthode Description
parse ( string $file ) : array Parses the given file and returns an array of data.

Method Details

parse() public méthode

Parses the given file and returns an array of data.
public parse ( string $file ) : array
$file string File path
Résultat array