SetaPDF_Signer_InformationResolver_ResolverInterface Interface for information resolvers.
File: /SetaPDF v2/Signer/InformationResolver/ResolverInterface.php
Implemented in
Summary
Methods
accepts()
abstract public SetaPDF_Signer_InformationResolver_ResolverInterface::accepts (
string $uri
): booleanChecks whether the resolver can resolve the given URI.
Parameters
- $uri : string
resolve()
abstract public SetaPDF_Signer_InformationResolver_ResolverInterface::resolve (
string $uri
): arrayResolve the given URI.
Parameters
- $uri : string
Return Values
An array where index 0 is the content-type and 1 is the content itself.
setLogger()
Set a logger instance.