Nelmio\Alice\Parser\FakeParser::parse PHP Method

parse() public method

public parse ( string $file ) : array
$file string
return array
    public function parse(string $file) : array
    {
        $this->__call(__METHOD__, func_get_args());
    }
FakeParser