Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor::__construct PHP Method

__construct() public method

public __construct ( Nelmio\Alice\FileLocatorInterface $fileLocator )
$fileLocator Nelmio\Alice\FileLocatorInterface
    public function __construct(FileLocatorInterface $fileLocator)
    {
        $this->fileLocator = $fileLocator;
        $this->dataMerger = new IncludeDataMerger();
    }
DefaultIncludeProcessor