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 * @package Fenom
* @author Ivan Shalganov <a.cobest@gmail.com> * @author Ivan Shalganov <a.cobest@gmail.com>
*/ */
interface ProviderInterface { interface ProviderInterface
{
/** /**
* @param string $tpl * @param string $tpl
* @return bool * @return bool
*/ */
public function templateExists($tpl); public function templateExists($tpl);
/** /**
* @param string $tpl * @param string $tpl
* @param int $time * @param int $time