PHP Class Phpro\SoapClient\ClientFactory

Inheritance: implements Phpro\SoapClient\ClientFactoryInterface
Show file Open project: phpro/soap-client

Public Methods

Method Description
__construct ( string $className )
factory ( SoapClient $soapClient, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher ) : object

Method Details

__construct() public method

public __construct ( string $className )
$className string

factory() public method

public factory ( SoapClient $soapClient, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher ) : object
$soapClient SoapClient
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
return object