setasign\SetaPDF2\Signer\InformationResolver

ResolverInterface Interface for information resolvers.

File: /SetaPDF v2/Signer/InformationResolver/ResolverInterface.php
Old class name (alias): \SetaPDF_Signer_InformationResolver_ResolverInterface

Implemented in

Summary

Methods

accepts()

abstract public ResolverInterface::accepts (
string $uri
): bool

Checks whether the resolver can resolve the given URI.

Parameters
$uri : string
 

resolve()

abstract public ResolverInterface::resolve (
string $uri
): array

Resolve the given URI.

Parameters
$uri : string
 
Return Values

An array where index 0 is the content-type and 1 is the content itself.

setLogger()