setasign\SetaPDF2\Signer\InformationResolver
HttpCurlResolver Resolver for HTTP(s) using CURL functions.
File: /SetaPDF v2/Signer/InformationResolver/HttpCurlResolver.php
Old class name (alias):
\SetaPDF_Signer_InformationResolver_HttpCurlResolver
Class hierarchy
Implements
Summary
Properties
$_sleeptimeAfterFailure
Defines how long the process sleeps until the next try on error in microseconds.
Methods
getLogger()
Get the logger instance.
If no logger instance was passed before a new instance of \setasign\SetaPDF2\Signer\ValidationRelatedInfo\Logger is returned.
resolve()
Parameters
- $uri : string
Return Values
An array where index 0 is the content-type and 1 is the content itself.
Exceptions
setCurlOptions()
Set options for the cURL transfer.
Parameters
- $curlOptions : array
The curl options.