PHP Class Nelmio\Alice\Parser\RuntimeCacheParser

Inheritance: implements Nelmio\Alice\ParserInterface, use trait Nelmio\Alice\IsAServiceTrait
Show file Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
__construct ( Nelmio\Alice\ParserInterface $parser, Nelmio\Alice\FileLocatorInterface $fileLocator, Nelmio\Alice\Parser\IncludeProcessorInterface $includeProcessor )
parse ( string $file ) : array

Method Details

__construct() public method

public __construct ( Nelmio\Alice\ParserInterface $parser, Nelmio\Alice\FileLocatorInterface $fileLocator, Nelmio\Alice\Parser\IncludeProcessorInterface $includeProcessor )
$parser Nelmio\Alice\ParserInterface
$fileLocator Nelmio\Alice\FileLocatorInterface
$includeProcessor Nelmio\Alice\Parser\IncludeProcessorInterface

parse() public method

public parse ( string $file ) : array
$file string
return array