PayPal\Transport\PayPalRestCall::__construct PHP Method

__construct() public method

Default Constructor
public __construct ( ApiContext $apiContext )
$apiContext PayPal\Rest\ApiContext
    public function __construct(ApiContext $apiContext)
    {
        $this->apiContext = $apiContext;
        $this->logger = PayPalLoggingManager::getInstance(__CLASS__);
    }