PayPal\Transport\PPRestCall::__construct PHP Method

__construct() public method

public __construct ( $apiContext )
    public function __construct($apiContext)
    {
        $this->apiContext = $apiContext;
        $this->logger = new PPLoggingManager(__CLASS__, $apiContext->getConfig());
    }