EnvResourceChecker
in package
implements
ResourceCheckerInterface
FinalYes
Table of Contents
Interfaces
- ResourceCheckerInterface
Properties
Methods
- __construct() : mixed
- isFresh() : bool
- supports() : bool
Properties
$envReader read-only
private
EnvReader
$envReader
Methods
__construct()
public
__construct(EnvReader $envReader) : mixed
Parameters
- $envReader : EnvReader
isFresh()
public
isFresh(ResourceInterface $resource, int $timestamp) : bool
Parameters
- $resource : ResourceInterface
- $timestamp : int
Return values
boolsupports()
public
supports(ResourceInterface $metadata) : bool
Parameters
- $metadata : ResourceInterface