ParserFactory Class Reference

Public Member Functions

 __construct ($dataFile, $logger=null)
 
 getParser ()
 

Detailed Description

Description of ParserFactory

Author
tiborb

Definition at line 14 of file ParserFactory.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $dataFile,
  $logger = null 
)
Parameters
string$dataFilepath to the data file
LoggerInterface$logger

Definition at line 37 of file ParserFactory.php.

Member Function Documentation

◆ getParser()

getParser ( )
Returns
\Udger\Parser

Definition at line 52 of file ParserFactory.php.