Nelmio\Alice\Parser\RuntimeCacheParser::__construct PHP Method

__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
    public function __construct(ParserInterface $parser, FileLocatorInterface $fileLocator, IncludeProcessorInterface $includeProcessor)
    {
        $this->parser = $parser;
        $this->fileLocator = $fileLocator;
        $this->includeProcessor = $includeProcessor;
    }
RuntimeCacheParser