fix ProviderInterface

This commit is contained in:
Nikita 2013-07-04 03:11:20 +04:00
parent 24b044fe85
commit 43fc8b45b8

View File

@ -14,12 +14,14 @@ namespace Fenom;
* @package Fenom
* @author Ivan Shalganov <a.cobest@gmail.com>
*/
interface ProviderInterface {
interface ProviderInterface
{
/**
* @param string $tpl
* @return bool
*/
public function templateExists($tpl);
/**
* @param string $tpl
* @param int $time