Zippy API
Class

Alchemy\Zippy\Parser\ParserFactory

class ParserFactory

Methods

static ParserInterface create($adapterName $adapterName)

Maps the corresponding parser to the selected adapter

Details

at line 31
static public ParserInterface create($adapterName $adapterName)

Maps the corresponding parser to the selected adapter

Parameters

$adapterName $adapterName An adapter name

Return Value

ParserInterface

Exceptions

InvalidArgumentException In case no parser were found