__construct() public method

public __construct ( $serviceName, $serviceBinding, $config = null, $handlers = [] )
 /**
  * @param $config - Dynamic config map. This takes the higher precedence if config file is also present.
  *
  */
 public function __construct($config = null)
 {
     parent::__construct(self::$SERVICE_NAME, 'SOAP', $config);
 }
 /**
  * @param $config - Dynamic config map. This takes the higher precedence if config file is also present.
  *
  */
 public function __construct($config = null)
 {
     parent::__construct(self::$SERVICE_NAME, 'NV', array('PayPal\\Handler\\PPPlatformServiceHandler'), $config);
     parent::$SDK_NAME = self::$SDK_NAME;
     parent::$SDK_VERSION = self::$SDK_VERSION;
 }