PHP Class Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor

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

Public Methods

Method Description
__construct ( Nelmio\Alice\FileLocatorInterface $fileLocator )
process ( Nelmio\Alice\ParserInterface $parser, string $file, array $data ) : array

Method Details

__construct() public method

public __construct ( Nelmio\Alice\FileLocatorInterface $fileLocator )
$fileLocator Nelmio\Alice\FileLocatorInterface

process() public method

public process ( Nelmio\Alice\ParserInterface $parser, string $file, array $data ) : array
$parser Nelmio\Alice\ParserInterface
$file string
$data array
return array