Nelmio\Alice\Parser\IncludeProcessor\FakeIncludeProcessor::process PHP Method

process() public method

public process ( Nelmio\Alice\ParserInterface $parser, string $file, array $data ) : array
$parser Nelmio\Alice\ParserInterface
$file string
$data array
return array
    public function process(ParserInterface $parser, string $file, array $data) : array
    {
        $this->__call(__METHOD__, func_get_args());
    }
FakeIncludeProcessor