SelfCheckingResourceChecker
class SelfCheckingResourceChecker implements ResourceCheckerInterface
Resource checker for instances of SelfCheckingResourceInterface.
As these resources perform the actual check themselves, we can provide this class as a standard way of validating them.
Methods
bool
supports(ResourceInterface $metadata)
Queries the ResourceChecker whether it can validate a given resource or not.
bool
Details
at line line 26
bool
supports(ResourceInterface $metadata)
Queries the ResourceChecker whether it can validate a given resource or not.
at line line 31
bool
isFresh(ResourceInterface $resource, int $timestamp)
Validates the resource.