PayPal\Core\PPAPIService::__construct PHP Method

__construct() public method

public __construct ( $port, $serviceName, $serviceBinding, $apiContext, $handlers = [] )
    public function __construct($port, $serviceName, $serviceBinding, $apiContext, $handlers = array())
    {
        $this->apiContext = $apiContext;
        $this->serviceName = $serviceName;
        $this->port = $port;
        $this->logger = new PPLoggingManager(__CLASS__, $this->apiContext->getConfig());
        $this->handlers = $handlers;
        $this->serviceBinding = $serviceBinding;
    }