Overrides LoaderInterface::isFresh
public function isFresh(string $name, int $time) : bool { if (!isset($this->templates[$name])) { throw new LoaderError(\sprintf('Template "%s" is not defined.', $name)); } return true; }