mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 18:06:46 +00:00
Added @return doc on Twig_LoaderInterface->isFresh()
This commit is contained in:
@@ -45,6 +45,8 @@ interface Twig_LoaderInterface
|
||||
* @param string $name The template name
|
||||
* @param timestamp $time The last modification time of the cached template
|
||||
*
|
||||
* @return Boolean true if the template is fresh, false otherwise
|
||||
*
|
||||
* @throws Twig_Error_Loader When $name is not found
|
||||
*/
|
||||
function isFresh($name, $time);
|
||||
|
||||
Reference in New Issue
Block a user