PHP Interface Nelmio\Alice\ParserInterface

Datei anzeigen Open project: nelmio/alice Interface Usage Examples

Public Methods

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

Method Details

parse() public method

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