/** * Constructor * * @param \MyLittle\CampaignCommander\API\SOAP\ClientFactoryInterface $clientFactory */ public function __construct(ClientFactoryInterface $clientFactory) { $this->apiClient = $clientFactory->createClient(ClientInterface::WSDL_URL_BATCH_MEMBER); }
/** * Constructor * * @param \MyLittle\CampaignCommander\API\SOAP\ClientFactoryInterface $clientFactory */ public function __construct(ClientFactoryInterface $clientFactory) { $this->apiClient = $clientFactory->createClient(ClientInterface::WSDL_URL_NOTIFICATION); }
/** * Constructor * * @param \MyLittle\CampaignCommander\API\SOAP\ClientFactoryInterface $clientFactory */ public function __construct(ClientFactoryInterface $clientFactory) { $this->apiClient = $clientFactory->createClient(ClientInterface::WSDL_URL_REPORTING); }