rulesStorage
in package
implements
publicSuffixListStorageInterface
Interfaces, Classes, Traits and Enums
Table of Contents
- $cache : publicSuffixListCacheInterface
- $client : publicSuffixListClientInterface
- __construct() : mixed
- delete() : bool
- get() : publicSuffixListInterface
Properties
$cache
private
publicSuffixListCacheInterface
$cache
$client
private
publicSuffixListClientInterface
$client
Methods
__construct()
public
__construct(publicSuffixListCacheInterface $cache, publicSuffixListClientInterface $client) : mixed
Parameters
- $cache : publicSuffixListCacheInterface
- $client : publicSuffixListClientInterface
Return values
mixed —delete()
public
delete(string $uri) : bool
Parameters
- $uri : string
Return values
bool —get()
public
get(string $uri) : publicSuffixListInterface
Parameters
- $uri : string