* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Config\Resource; use Symfony\Component\Config\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. * * @author Matthias Pigulla */ class SelfCheckingResourceChecker implements ResourceCheckerInterface { public function supports(ResourceInterface $metadata) { return $metadata instanceof SelfCheckingResourceInterface; } public function isFresh(ResourceInterface $resource, $timestamp) { /* @var SelfCheckingResourceInterface $resource */ return $resource->isFresh($timestamp); } } __halt_compiler();----SIGNATURE:----FxzgHD7Jrkbg67J31iQiUG6BCzedpfTgXnrGKH8vft1QQIPV2Jx3uAqJqHpjOp8OJ/ShOxUJ70IeJvwieCQD2yg1PsAVqp3Z/0GHhU1mF6OAYQF+FhO/BTEIB2UOs7YIDREjGq6q7zdIjHbcetn1FeqcaEp2KmY/GuqkELq3GBd8gPLlIgLmJt128/fgPXOIji6dMS0w9VnYFh19vy2ksWBMJMfFmIIG9RPJ68H692GQe9cNS8DxlLW6XolhgOWRMkmYPTB6PHcyyrWWT7sCNyjaehyhsBUWmAqGs7h71n4WkCNaKAthQcEUR6CL7mJss5fXK6R0CwPcompsAr/mv68LO142Fzcq4LI3KRotdGCRjC0TBNoIyVuBCA57ir3J+b8vNCh6fOK9M69S53b94gm91s38kxwOd44m/ghFPLx6uf4TmbrmCsxLmvmIh1e6mZ0ZfnPLtdZ7z2Uoxv/e2sgK5sDRrasKdY/w0cJT+vtdHBcnQw/BbkqOTMMZ4dNiujfU31taHLp+5UApVHL3oTSNikZRJZMtWYRfnb+sbZismRpz0kzDZiYNJ1gVdGf01akkwVD8J6OVsQiYEo6OI0YQHsK2K+2re68NOuAeop9m0ZhU/LNTpeW3ysR8kdeVtovVr111EM7l9r0sP5TSqosMLUJtz1NHh0wStJ4JXwk=----ATTACHMENT:----NjcxNDE3NzM5NTMxNTk5NSA2MjM2ODQzODU3MjgzMzMyIDE5Mjc0ODQzOTUwNjU4NzM=