psrStorageFactory
in package
implements
resourceUriInterface, publicSuffixListStorageFactoryInterface, topLevelDomainListStorageFactoryInterface
Interfaces, Classes, Traits and Enums
- resourceUriInterface
- publicSuffixListStorageFactoryInterface
- topLevelDomainListStorageFactoryInterface
Table of Contents
- $cache : CacheInterface
- $client : ClientInterface
- $requestFactory : RequestFactoryInterface
- __construct() : mixed
- createPublicSuffixListStorage() : publicSuffixListStorageInterface
- createTopLevelDomainListStorage() : topLevelDomainListStorageInterface
Properties
$cache
private
CacheInterface
$cache
$client
private
ClientInterface
$client
$requestFactory
private
RequestFactoryInterface
$requestFactory
Methods
__construct()
public
__construct(CacheInterface $cache, ClientInterface $client, RequestFactoryInterface $requestFactory) : mixed
Parameters
- $cache : CacheInterface
- $client : ClientInterface
- $requestFactory : RequestFactoryInterface
Return values
mixed —createPublicSuffixListStorage()
public
createPublicSuffixListStorage([string $cachePrefix = '' ][, mixed $cacheTtl = null ]) : publicSuffixListStorageInterface
Parameters
- $cachePrefix : string = ''
- $cacheTtl : mixed = null
Return values
publicSuffixListStorageInterface —createTopLevelDomainListStorage()
public
createTopLevelDomainListStorage([string $cachePrefix = '' ][, mixed $cacheTtl = null ]) : topLevelDomainListStorageInterface
Parameters
- $cachePrefix : string = ''
- $cacheTtl : mixed = null